Uses of Class
org.glassfish.grizzly.ReadResult
-
-
Uses of ReadResult in org.glassfish.grizzly
Methods in org.glassfish.grizzly that return ReadResult Modifier and Type Method Description static <K,L>
ReadResult<K,L>ReadResult. create(Connection<L> connection)static <K,L>
ReadResult<K,L>ReadResult. create(Connection<L> connection, K message, L srcAddress, int readSize)Methods in org.glassfish.grizzly that return types with arguments of type ReadResult Modifier and Type Method Description GrizzlyFuture<ReadResult<Buffer,L>>AbstractReader. read(Connection<L> connection)Method reads data.GrizzlyFuture<ReadResult<Buffer,L>>AbstractReader. read(Connection<L> connection, Buffer buffer)Method reads data to the buffer.<M> GrizzlyFuture<ReadResult<M,L>>Readable. read()Method reads data.GrizzlyFuture<ReadResult<Buffer,L>>Reader. read(Connection<L> connection)Method reads data.GrizzlyFuture<ReadResult<Buffer,L>>Reader. read(Connection<L> connection, Buffer buffer)Method reads data to the buffer.Method parameters in org.glassfish.grizzly with type arguments of type ReadResult Modifier and Type Method Description voidAbstractReader. read(Connection<L> connection, Buffer buffer, CompletionHandler<ReadResult<Buffer,L>> completionHandler)Method reads data to the buffer.voidProcessor. read(Connection connection, CompletionHandler<ReadResult> completionHandler)<M> voidReadable. read(CompletionHandler<ReadResult<M,L>> completionHandler)voidReader. read(Connection<L> connection, Buffer buffer, CompletionHandler<ReadResult<Buffer,L>> completionHandler)Method reads data to the buffer.voidReader. read(Connection<L> connection, Buffer buffer, CompletionHandler<ReadResult<Buffer,L>> completionHandler, Interceptor<ReadResult> interceptor)Method reads data to the buffer.voidReader. read(Connection<L> connection, Buffer buffer, CompletionHandler<ReadResult<Buffer,L>> completionHandler, Interceptor<ReadResult> interceptor)Method reads data to the buffer. -
Uses of ReadResult in org.glassfish.grizzly.asyncqueue
Subclasses of ReadResult in org.glassfish.grizzly.asyncqueue Modifier and Type Class Description classRecordReadResult<K,L>Read result associated with aAsyncWriteQueueRecord.Methods in org.glassfish.grizzly.asyncqueue that return ReadResult Modifier and Type Method Description ReadResultAsyncReadQueueRecord. getCurrentResult()Method parameters in org.glassfish.grizzly.asyncqueue with type arguments of type ReadResult Modifier and Type Method Description static AsyncReadQueueRecordAsyncReadQueueRecord. create(Connection connection, Buffer message, CompletionHandler completionHandler, Interceptor<ReadResult> interceptor) -
Uses of ReadResult in org.glassfish.grizzly.filterchain
Methods in org.glassfish.grizzly.filterchain that return ReadResult Modifier and Type Method Description ReadResultDefaultFilterChain. read(FilterChainContext context)ReadResultFilterChain. read(FilterChainContext context)ReadResultFilterChainContext. read()Performs a blocking read.Method parameters in org.glassfish.grizzly.filterchain with type arguments of type ReadResult Modifier and Type Method Description voidDefaultFilterChain. read(Connection connection, CompletionHandler<ReadResult> completionHandler) -
Uses of ReadResult in org.glassfish.grizzly.nio
Methods in org.glassfish.grizzly.nio that return types with arguments of type ReadResult Modifier and Type Method Description <M> GrizzlyFuture<ReadResult<M,SocketAddress>>NIOConnection. read()Methods in org.glassfish.grizzly.nio with parameters of type ReadResult Modifier and Type Method Description protected abstract intAbstractNIOAsyncQueueReader. read0(Connection connection, Buffer buffer, ReadResult<Buffer,SocketAddress> currentResult)Method parameters in org.glassfish.grizzly.nio with type arguments of type ReadResult Modifier and Type Method Description voidAbstractNIOAsyncQueueReader. read(Connection<SocketAddress> connection, Buffer buffer, CompletionHandler<ReadResult<Buffer,SocketAddress>> completionHandler, Interceptor<ReadResult> interceptor)Method reads data to the buffer.voidAbstractNIOAsyncQueueReader. read(Connection<SocketAddress> connection, Buffer buffer, CompletionHandler<ReadResult<Buffer,SocketAddress>> completionHandler, Interceptor<ReadResult> interceptor)Method reads data to the buffer.<M> voidNIOConnection. read(CompletionHandler<ReadResult<M,SocketAddress>> completionHandler) -
Uses of ReadResult in org.glassfish.grizzly.nio.tmpselectors
Methods in org.glassfish.grizzly.nio.tmpselectors with parameters of type ReadResult Modifier and Type Method Description protected intTemporarySelectorReader. read0(NIOConnection connection, ReadResult<Buffer,SocketAddress> currentResult, Buffer buffer, long timeout, TimeUnit timeunit)protected abstract intTemporarySelectorReader. readNow0(NIOConnection connection, Buffer buffer, ReadResult<Buffer,SocketAddress> currentResult)Method parameters in org.glassfish.grizzly.nio.tmpselectors with type arguments of type ReadResult Modifier and Type Method Description voidTemporarySelectorReader. 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)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.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 ReadResult in org.glassfish.grizzly.nio.transport
Methods in org.glassfish.grizzly.nio.transport with parameters of type ReadResult Modifier and Type Method Description intUDPNIOTransport. read(UDPNIOConnection connection, Buffer buffer, ReadResult<Buffer,SocketAddress> currentResult)protected intTCPNIOAsyncQueueReader. read0(Connection connection, Buffer buffer, ReadResult<Buffer,SocketAddress> currentResult)protected intUDPNIOAsyncQueueReader. read0(Connection connection, Buffer buffer, ReadResult<Buffer,SocketAddress> currentResult)protected intTCPNIOTemporarySelectorReader. readNow0(NIOConnection connection, Buffer buffer, ReadResult<Buffer,SocketAddress> currentResult)protected intUDPNIOTemporarySelectorReader. readNow0(NIOConnection connection, Buffer buffer, ReadResult<Buffer,SocketAddress> currentResult)Method parameters in org.glassfish.grizzly.nio.transport with type arguments of type ReadResult Modifier and Type Method Description protected voidTCPNIOAsyncQueueReader. addRecord(Connection connection, Buffer buffer, CompletionHandler completionHandler, Interceptor<ReadResult> interceptor)protected voidUDPNIOAsyncQueueReader. addRecord(Connection connection, Buffer buffer, CompletionHandler completionHandler, Interceptor<ReadResult> interceptor)
-