|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ReadContext in net.officefloor.plugin.socket.server |
|---|
| Methods in net.officefloor.plugin.socket.server with parameters of type ReadContext | |
|---|---|
void |
ConnectionHandler.handleRead(ReadContext context)
Handles a read from the SocketChannel. |
| Uses of ReadContext in net.officefloor.plugin.socket.server.http.protocol |
|---|
| Methods in net.officefloor.plugin.socket.server.http.protocol with parameters of type ReadContext | |
|---|---|
void |
HttpConnectionHandler.handleRead(ReadContext context)
|
| Uses of ReadContext in net.officefloor.plugin.socket.server.impl |
|---|
| Classes in net.officefloor.plugin.socket.server.impl that implement ReadContext | |
|---|---|
class |
SocketListener<CH extends ConnectionHandler>
Listens to Socket instances. |
| Uses of ReadContext in net.officefloor.plugin.socket.server.ssl.protocol |
|---|
| Classes in net.officefloor.plugin.socket.server.ssl.protocol that implement ReadContext | |
|---|---|
class |
SslConnectionHandler<CH extends ConnectionHandler>
SSL ConnectionHandler. |
| Methods in net.officefloor.plugin.socket.server.ssl.protocol with parameters of type ReadContext | |
|---|---|
void |
SslConnectionHandler.handleRead(ReadContext context)
|
| Uses of ReadContext in net.officefloor.plugin.socket.server.tcp.protocol |
|---|
| Methods in net.officefloor.plugin.socket.server.tcp.protocol with parameters of type ReadContext | |
|---|---|
void |
TcpConnectionHandler.handleRead(ReadContext context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||