Uses of Interface
org.glassfish.grizzly.Interceptor

Packages that use Interceptor
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
 Future<ReadResult<Buffer,L>> Reader.read(Connection connection, Buffer buffer, CompletionHandler<ReadResult<Buffer,L>> completionHandler, Interceptor<ReadResult> interceptor)
          Method reads data to the buffer.
 Future<WriteResult<Buffer,L>> Writer.write(Connection connection, Buffer buffer, CompletionHandler<WriteResult<Buffer,L>> completionHandler, Interceptor<WriteResult> interceptor)
          Method writes the buffer.
 Future<WriteResult<Buffer,L>> AbstractWriter.write(Connection connection, Buffer buffer, CompletionHandler<WriteResult<Buffer,L>> completionHandler, Interceptor<WriteResult> interceptor)
          Method writes the buffer.
 Future<WriteResult<Buffer,L>> Writer.write(Connection connection, L dstAddress, Buffer buffer, CompletionHandler<WriteResult<Buffer,L>> completionHandler, Interceptor<WriteResult> interceptor)
          Method writes the buffer to the specific address.
 

Uses of Interceptor in org.glassfish.grizzly.asyncqueue
 

Fields in org.glassfish.grizzly.asyncqueue declared as Interceptor
protected  Interceptor<R> AsyncQueueRecord.interceptor
           
 

Methods in org.glassfish.grizzly.asyncqueue that return Interceptor
 Interceptor<R> AsyncQueueRecord.getInterceptor()
           
 

Methods in org.glassfish.grizzly.asyncqueue with parameters of type Interceptor
 void AsyncQueueRecord.set(Buffer buffer, Future future, R currentResult, CompletionHandler completionHandler, Interceptor<R> interceptor)
           
 void AsyncWriteQueueRecord.set(Buffer buffer, Future future, WriteResult currentResult, CompletionHandler completionHandler, Interceptor<WriteResult> interceptor, A dstAddress)
           
 void AsyncQueueRecord.setInterceptor(Interceptor<R> interceptor)
           
 Future<WriteResult<Buffer,L>> AsyncQueueWriter.write(Connection connection, L dstAddress, Buffer buffer, CompletionHandler<WriteResult<Buffer,L>> completionHandler, Interceptor<WriteResult> interceptor, MessageCloner<Buffer> cloner)
          Method writes the Buffer to the specific address.
 

Uses of Interceptor in org.glassfish.grizzly.nio
 

Methods in org.glassfish.grizzly.nio with parameters of type Interceptor
 Future<ReadResult<Buffer,SocketAddress>> AbstractNIOAsyncQueueReader.read(Connection connection, Buffer buffer, CompletionHandler<ReadResult<Buffer,SocketAddress>> completionHandler, Interceptor<ReadResult> interceptor)
          Method reads data to the buffer.
 Future<WriteResult<Buffer,SocketAddress>> AbstractNIOAsyncQueueWriter.write(Connection connection, SocketAddress dstAddress, Buffer buffer, CompletionHandler<WriteResult<Buffer,SocketAddress>> completionHandler, Interceptor<WriteResult> interceptor)
          Method writes the buffer to the specific address.
 Future<WriteResult<Buffer,SocketAddress>> AbstractNIOAsyncQueueWriter.write(Connection connection, SocketAddress dstAddress, Buffer buffer, CompletionHandler<WriteResult<Buffer,SocketAddress>> completionHandler, Interceptor<WriteResult> interceptor, MessageCloner<Buffer> cloner)
          Method writes the Buffer to the specific address.
 

Uses of Interceptor in org.glassfish.grizzly.nio.tmpselectors
 

Methods in org.glassfish.grizzly.nio.tmpselectors with parameters of type Interceptor
 Future<ReadResult<Buffer,SocketAddress>> TemporarySelectorReader.read(Connection connection, Buffer buffer, CompletionHandler<ReadResult<Buffer,SocketAddress>> completionHandler, Interceptor<ReadResult> interceptor)
          Method reads data to the buffer.
 Future<ReadResult<Buffer,SocketAddress>> TemporarySelectorReader.read(Connection connection, Buffer buffer, CompletionHandler<ReadResult<Buffer,SocketAddress>> completionHandler, Interceptor<ReadResult> interceptor, long timeout, TimeUnit timeunit)
          Method reads data to the message.
 Future<WriteResult<Buffer,SocketAddress>> TemporarySelectorWriter.write(Connection connection, SocketAddress dstAddress, Buffer buffer, CompletionHandler<WriteResult<Buffer,SocketAddress>> completionHandler, Interceptor<WriteResult> interceptor)
          Method writes the buffer to the specific address.
 Future<WriteResult<Buffer,SocketAddress>> TemporarySelectorWriter.write(Connection connection, SocketAddress dstAddress, Buffer buffer, CompletionHandler<WriteResult<Buffer,SocketAddress>> completionHandler, Interceptor<WriteResult> interceptor, long timeout, TimeUnit timeunit)
          Method writes the message to the specific address.
 

Uses of Interceptor in org.glassfish.grizzly.nio.transport
 

Methods in org.glassfish.grizzly.nio.transport with parameters of type Interceptor
protected  void UDPNIOAsyncQueueReader.addRecord(Connection connection, Buffer buffer, CompletionHandler completionHandler, Interceptor<ReadResult> interceptor)
           
protected  void TCPNIOAsyncQueueReader.addRecord(Connection connection, Buffer buffer, CompletionHandler completionHandler, Interceptor<ReadResult> interceptor)
           
 Future<WriteResult<Buffer,SocketAddress>> TCPNIOAsyncQueueWriter.write(Connection connection, SocketAddress dstAddress, Buffer buffer, CompletionHandler<WriteResult<Buffer,SocketAddress>> completionHandler, Interceptor<WriteResult> interceptor, MessageCloner<Buffer> cloner)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.