|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReadContext
Context for handling a read.
| Method Summary | |
|---|---|
InputBufferStream |
getInputBufferStream()
Obtains the InputBufferStream to read data from the client. |
void |
processRequest(Object attachment)
Flags that the request has been received. |
| Methods inherited from interface net.officefloor.plugin.socket.server.ConnectionHandlerContext |
|---|
getContextObject, getTime, setCloseConnection, setContextObject |
| Method Detail |
|---|
InputBufferStream getInputBufferStream()
InputBufferStream to read data from the client.
InputBufferStream.
void processRequest(Object attachment)
throws IOException
Server process the request.
attachment - Optional attachment for the request. May be null.
IOException - If fails to process request.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||