Uses of Interface
org.glassfish.grizzly.Interceptor
Packages that use Interceptor
Package
Description
-
Uses of Interceptor in org.glassfish.grizzly
Methods in org.glassfish.grizzly with parameters of type InterceptorModifier and TypeMethodDescriptionvoidReader.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 InterceptorMethods in org.glassfish.grizzly.asyncqueue that return InterceptorMethods in org.glassfish.grizzly.asyncqueue with parameters of type InterceptorModifier and TypeMethodDescriptionstatic 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 InterceptorModifier and TypeMethodDescriptionvoidAbstractNIOAsyncQueueReader.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 InterceptorModifier and TypeMethodDescriptionvoidTemporarySelectorReader.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 InterceptorModifier and TypeMethodDescriptionprotected voidTCPNIOAsyncQueueReader.addRecord(Connection connection, Buffer buffer, CompletionHandler completionHandler, Interceptor<ReadResult> interceptor) protected voidUDPNIOAsyncQueueReader.addRecord(Connection connection, Buffer buffer, CompletionHandler completionHandler, Interceptor<ReadResult> interceptor)