Uses of Class
com.gigaspaces.lrmi.nio.Reader
Packages that use Reader
Package
Description
Provides classes to configure and customize IO Filters (e.g.
-
Uses of Reader in com.gigaspaces.internal.lrmi
Methods in com.gigaspaces.internal.lrmi with parameters of type ReaderModifier and TypeMethodDescriptionvoidLRMIMonitoringModule.monitorActivity(String monitoringId, Writer writer, Reader reader) -
Uses of Reader in com.gigaspaces.lrmi.nio
Fields in com.gigaspaces.lrmi.nio declared as ReaderMethods in com.gigaspaces.lrmi.nio that return ReaderMethods in com.gigaspaces.lrmi.nio with parameters of type ReaderModifier and TypeMethodDescriptionbooleanPivot.handleExceptionFromServer(Writer writer, Reader reader, Throwable ex) send if possible the catch server exception to the client -
Uses of Reader in com.gigaspaces.lrmi.nio.filters
Methods in com.gigaspaces.lrmi.nio.filters with parameters of type ReaderModifier and TypeMethodDescriptionstatic IOFilterManagerIOBlockFilterManager.createFilter(Reader reader, Writer writer, boolean mode, SocketChannel channel) voidConstructors in com.gigaspaces.lrmi.nio.filters with parameters of type ReaderModifierConstructorDescriptionIOBlockFilterContainer(Reader reader, IChannelWriter writer) IOBlockFilterManager(Reader reader, IChannelWriter writer, IOBlockFilter filter) IOInternalFilterManager(Reader reader, Writer writer, IOInternalFilter filter) IOStreamFilterManager(Reader reader, Writer writer, IOStreamFilter filter)