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