Package | Description |
---|---|
org.glassfish.grizzly | |
org.glassfish.grizzly.asyncqueue | |
org.glassfish.grizzly.nio | |
org.glassfish.grizzly.nio.tmpselectors | |
org.glassfish.grizzly.nio.transport |
Modifier and Type | Method and Description |
---|---|
void |
Reader.read(Connection connection,
Buffer buffer,
CompletionHandler<ReadResult<Buffer,L>> completionHandler,
Interceptor<ReadResult> interceptor)
Method reads data to the buffer.
|
Modifier and Type | Field and Description |
---|---|
protected Interceptor |
AsyncReadQueueRecord.interceptor |
Modifier and Type | Method and Description |
---|---|
Interceptor |
AsyncReadQueueRecord.getInterceptor() |
Modifier and Type | Method and Description |
---|---|
static AsyncReadQueueRecord |
AsyncReadQueueRecord.create(Connection connection,
Buffer message,
ReadResult currentResult,
CompletionHandler completionHandler,
Interceptor<ReadResult> interceptor) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractNIOAsyncQueueReader.read(Connection connection,
Buffer buffer,
CompletionHandler<ReadResult<Buffer,SocketAddress>> completionHandler,
Interceptor<ReadResult> interceptor)
Method reads data to the buffer.
|
Modifier and Type | Method and Description |
---|---|
void |
TemporarySelectorReader.read(Connection connection,
Buffer message,
CompletionHandler<ReadResult<Buffer,SocketAddress>> completionHandler,
Interceptor<ReadResult> interceptor) |
void |
TemporarySelectorReader.read(Connection connection,
Buffer message,
CompletionHandler<ReadResult<Buffer,SocketAddress>> completionHandler,
Interceptor<ReadResult> interceptor,
long timeout,
TimeUnit timeunit)
Method reads data to the message.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2014 Oracle Corporation. All rights reserved.