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