public interface IgfsServerHandler
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<IgfsMessage> |
handleAsync(IgfsClientSession ses,
IgfsMessage msg,
DataInput in)
Asynchronously handles incoming message.
|
void |
onClosed(IgfsClientSession ses)
Handles handles client close events.
|
void |
stop()
Stops handling of incoming requests.
|
@Nullable IgniteInternalFuture<IgfsMessage> handleAsync(IgfsClientSession ses, IgfsMessage 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(IgfsClientSession ses)
ses - Session that was closed.void stop()
throws IgniteCheckedException
IgniteCheckedException - If error occurred.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017