public interface GridGgfsServerHandler
| Modifier and Type | Method and Description |
|---|---|
org.gridgain.grid.GridFuture<GridGgfsMessage> |
handleAsync(GridGgfsClientSession ses,
GridGgfsMessage msg,
DataInput in)
Asynchronously handles incoming message.
|
void |
onClosed(GridGgfsClientSession ses)
Handles handles client close events.
|
void |
stop()
Stops handling of incoming requests.
|
@Nullable org.gridgain.grid.GridFuture<GridGgfsMessage> handleAsync(GridGgfsClientSession ses, GridGgfsMessage msg, DataInput in)
ses - Client session.msg - Message to process.in - Data input. Stream to read from in case if this is a WRITE_BLOCK message.null if no
response is required.void onClosed(GridGgfsClientSession ses)
ses - Session that was closed.void stop()
throws org.gridgain.grid.GridException
org.gridgain.grid.GridException - If error occurred.Copyright © 2014. All rights reserved.