Uses of Interface
org.glassfish.grizzly.Interceptor
-
Packages that use Interceptor Package Description org.glassfish.grizzly org.glassfish.grizzly.asyncqueue org.glassfish.grizzly.nio org.glassfish.grizzly.nio.tmpselectors org.glassfish.grizzly.nio.transport -
-
Uses of Interceptor in org.glassfish.grizzly
Methods in org.glassfish.grizzly with parameters of type Interceptor Modifier and Type Method Description voidReader. read(Connection<L> connection, Buffer buffer, CompletionHandler<ReadResult<Buffer,L>> completionHandler, Interceptor<ReadResult> interceptor)Method reads data to the buffer. -
Uses of Interceptor in org.glassfish.grizzly.asyncqueue
Fields in org.glassfish.grizzly.asyncqueue declared as Interceptor Modifier and Type Field Description protected InterceptorAsyncReadQueueRecord. interceptorMethods in org.glassfish.grizzly.asyncqueue that return Interceptor Modifier and Type Method Description InterceptorAsyncReadQueueRecord. getInterceptor()Methods in org.glassfish.grizzly.asyncqueue with parameters of type Interceptor Modifier and Type Method Description static AsyncReadQueueRecordAsyncReadQueueRecord. create(Connection connection, Buffer message, CompletionHandler completionHandler, Interceptor<ReadResult> interceptor)protected voidAsyncReadQueueRecord. set(Connection connection, Object message, CompletionHandler completionHandler, Interceptor interceptor) -
Uses of Interceptor in org.glassfish.grizzly.nio
Methods in org.glassfish.grizzly.nio with parameters of type Interceptor Modifier and Type Method Description voidAbstractNIOAsyncQueueReader. read(Connection<SocketAddress> connection, Buffer buffer, CompletionHandler<ReadResult<Buffer,SocketAddress>> completionHandler, Interceptor<ReadResult> interceptor)Method reads data to the buffer. -
Uses of Interceptor in org.glassfish.grizzly.nio.tmpselectors
Methods in org.glassfish.grizzly.nio.tmpselectors with parameters of type Interceptor Modifier and Type Method Description voidTemporarySelectorReader. read(Connection<SocketAddress> connection, Buffer message, CompletionHandler<ReadResult<Buffer,SocketAddress>> completionHandler, Interceptor<ReadResult> interceptor)voidTemporarySelectorReader. read(Connection<SocketAddress> connection, Buffer message, CompletionHandler<ReadResult<Buffer,SocketAddress>> completionHandler, Interceptor<ReadResult> interceptor, long timeout, TimeUnit timeunit)Method reads data to the message. -
Uses of Interceptor in org.glassfish.grizzly.nio.transport
Methods in org.glassfish.grizzly.nio.transport with parameters of type Interceptor Modifier and Type Method Description protected voidTCPNIOAsyncQueueReader. addRecord(Connection connection, Buffer buffer, CompletionHandler completionHandler, Interceptor<ReadResult> interceptor)protected voidUDPNIOAsyncQueueReader. addRecord(Connection connection, Buffer buffer, CompletionHandler completionHandler, Interceptor<ReadResult> interceptor)
-