Uses of Interface
com.gigaspaces.lrmi.nio.selector.handler.client.Context
Packages that use Context
-
Uses of Context in com.gigaspaces.lrmi.nio.async
Classes in com.gigaspaces.lrmi.nio.async that implement Context -
Uses of Context in com.gigaspaces.lrmi.nio.selector.handler.client
Methods in com.gigaspaces.lrmi.nio.selector.handler.client that return ContextMethods in com.gigaspaces.lrmi.nio.selector.handler.client with parameters of type ContextModifier and TypeMethodDescriptionvoidClientHandler.addChannel(SocketChannel channelSocket, Context ctx) voidClientHandler.removeChannel(SocketChannel channelSocket, Context ctx) voidClientHandler.setReadInterest(Context ctx) voidClientHandler.setWriteInterest(Context ctx) Constructors in com.gigaspaces.lrmi.nio.selector.handler.client with parameters of type ContextModifierConstructorDescriptionInterestRequest(Context context, InterestRequest.Action action) RegistrationRequest(SocketChannel channel, Context context, RegistrationRequest.Action action)