|
||||||||||
| 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 | |
|---|---|
void |
Reader.read(Connection 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 | |
|---|---|
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,
ReadResult currentResult,
CompletionHandler completionHandler,
Interceptor<ReadResult> interceptor)
|
| Uses of Interceptor in org.glassfish.grizzly.nio |
|---|
| Methods in org.glassfish.grizzly.nio with parameters of type Interceptor | |
|---|---|
void |
AbstractNIOAsyncQueueReader.read(Connection connection,
Buffer buffer,
CompletionHandler<ReadResult<Buffer,java.net.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 | |
|---|---|
void |
TemporarySelectorReader.read(Connection connection,
Buffer message,
CompletionHandler<ReadResult<Buffer,java.net.SocketAddress>> completionHandler,
Interceptor<ReadResult> interceptor)
|
void |
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. |
| 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 | |||||||||