| Modifier and Type | Method and Description |
|---|---|
ProtocolFinder |
PUProtocol.getProtocolFinder() |
| Modifier and Type | Method and Description |
|---|---|
PUProtocol |
PUFilter.register(ProtocolFinder protocolFinder,
FilterChain filterChain)
Registers new
ProtocolFinder - FilterChain pair, which
defines the protocol. |
| Constructor and Description |
|---|
PUProtocol(ProtocolFinder finder,
FilterChain processor) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpProtocolFinder
A
ProtocolFinder implementation that parse the available
SocketChannel bytes looking for the 'http' bytes. |
class |
SSLProtocolFinder |
| Modifier and Type | Class and Description |
|---|---|
class |
AddProtocolFinder
ProtocolFinder, responsible to determine if incoming byte buffer
represents ADD-service request. |
| Modifier and Type | Class and Description |
|---|---|
class |
SubProtocolFinder
ProtocolFinder, responsible to determine if incoming byte buffer
represents SUB-service request. |
Copyright © 2021 Oracle Corporation. All rights reserved.