|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
GrizzlyFuture<ReadResult<Buffer,L>> |
Reader.read(Connection connection,
Buffer buffer,
CompletionHandler<ReadResult<Buffer,L>> completionHandler,
Interceptor<ReadResult> interceptor)
Method reads data to the buffer. |
GrizzlyFuture<WriteResult<Buffer,L>> |
Writer.write(Connection connection,
L dstAddress,
Buffer buffer,
CompletionHandler<WriteResult<Buffer,L>> completionHandler,
Interceptor<WriteResult<Buffer,L>> 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 |
AsyncReadQueueRecord.interceptor
|
| Methods in org.glassfish.grizzly.asyncqueue that return Interceptor | |
|---|---|
Interceptor |
AsyncReadQueueRecord.getInterceptor()
|
| Methods in org.glassfish.grizzly.asyncqueue with parameters of type Interceptor | |
|---|---|
static AsyncReadQueueRecord |
AsyncReadQueueRecord.create(Connection connection,
Buffer message,
java.util.concurrent.Future future,
ReadResult currentResult,
CompletionHandler completionHandler,
Interceptor<ReadResult> interceptor)
|
GrizzlyFuture<WriteResult<Buffer,java.net.SocketAddress>> |
AsyncQueueWriter.write(Connection connection,
java.net.SocketAddress dstAddress,
Buffer buffer,
CompletionHandler<WriteResult<Buffer,java.net.SocketAddress>> completionHandler,
Interceptor<WriteResult<Buffer,java.net.SocketAddress>> 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 | |
|---|---|
GrizzlyFuture<ReadResult<Buffer,java.net.SocketAddress>> |
AbstractNIOAsyncQueueReader.read(Connection connection,
Buffer buffer,
CompletionHandler<ReadResult<Buffer,java.net.SocketAddress>> completionHandler,
Interceptor<ReadResult> interceptor)
Method reads data to the buffer. |
GrizzlyFuture<WriteResult<Buffer,java.net.SocketAddress>> |
AbstractNIOAsyncQueueWriter.write(Connection connection,
java.net.SocketAddress dstAddress,
Buffer buffer,
CompletionHandler<WriteResult<Buffer,java.net.SocketAddress>> completionHandler,
Interceptor<WriteResult<Buffer,java.net.SocketAddress>> interceptor)
|
GrizzlyFuture<WriteResult<Buffer,java.net.SocketAddress>> |
AbstractNIOAsyncQueueWriter.write(Connection connection,
java.net.SocketAddress dstAddress,
Buffer buffer,
CompletionHandler<WriteResult<Buffer,java.net.SocketAddress>> completionHandler,
Interceptor<WriteResult<Buffer,java.net.SocketAddress>> 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 | |
|---|---|
GrizzlyFuture<ReadResult<Buffer,java.net.SocketAddress>> |
TemporarySelectorReader.read(Connection connection,
Buffer message,
CompletionHandler<ReadResult<Buffer,java.net.SocketAddress>> completionHandler,
Interceptor<ReadResult> interceptor)
|
GrizzlyFuture<ReadResult<Buffer,java.net.SocketAddress>> |
TemporarySelectorReader.read(Connection connection,
Buffer message,
CompletionHandler<ReadResult<Buffer,java.net.SocketAddress>> completionHandler,
Interceptor<ReadResult> interceptor,
long timeout,
java.util.concurrent.TimeUnit timeunit)
Method reads data to the message. |
GrizzlyFuture<WriteResult<Buffer,java.net.SocketAddress>> |
TemporarySelectorWriter.write(Connection connection,
java.net.SocketAddress dstAddress,
Buffer buffer,
CompletionHandler<WriteResult<Buffer,java.net.SocketAddress>> completionHandler,
Interceptor<WriteResult<Buffer,java.net.SocketAddress>> interceptor)
Method writes the buffer to the specific address. |
GrizzlyFuture<WriteResult<Buffer,java.net.SocketAddress>> |
TemporarySelectorWriter.write(Connection connection,
java.net.SocketAddress dstAddress,
Buffer message,
CompletionHandler<WriteResult<Buffer,java.net.SocketAddress>> completionHandler,
Interceptor<WriteResult<Buffer,java.net.SocketAddress>> interceptor,
long timeout,
java.util.concurrent.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||