|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolFinder | |
---|---|
com.sun.grizzly.http | |
com.sun.grizzly.http.portunif | |
com.sun.grizzly.portunif |
Uses of ProtocolFinder in com.sun.grizzly.http |
---|
Method parameters in com.sun.grizzly.http with type arguments of type ProtocolFinder | |
---|---|
void |
SelectorThread.configurePortUnification(List<ProtocolFinder> protocolFinders,
List<ProtocolHandler> protocolHandlers,
List<PUPreProcessor> preProcessors)
Configures port unification depending on passed List s |
Uses of ProtocolFinder in com.sun.grizzly.http.portunif |
---|
Classes in com.sun.grizzly.http.portunif that implement ProtocolFinder | |
---|---|
class |
HttpProtocolFinder
A ProtocolFinder implementation that parse the available
SocketChannel bytes looking for the 'http' bytes. |
Uses of ProtocolFinder in com.sun.grizzly.portunif |
---|
Methods in com.sun.grizzly.portunif with parameters of type ProtocolFinder | |
---|---|
void |
PUReadFilter.addProtocolFinder(ProtocolFinder protocolFinder)
Add an instance of ProtocolFinder |
void |
PUReadFilter.removeProtocolFinder(ProtocolFinder protocolFinder)
Remove a ProtocolFinder |
Method parameters in com.sun.grizzly.portunif with type arguments of type ProtocolFinder | |
---|---|
void |
PUReadFilter.configure(List<ProtocolFinder> protocolFinders,
List<ProtocolHandler> protocolHandlers,
List<PUPreProcessor> preProcessors)
Configures port unification depending on passed List s |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |