Uses of Package
org.glassfish.grizzly

Packages that use org.glassfish.grizzly
org.glassfish.grizzly   
org.glassfish.grizzly.asyncqueue   
org.glassfish.grizzly.callbackhandler   
org.glassfish.grizzly.filterchain   
org.glassfish.grizzly.memory   
org.glassfish.grizzly.memory.slab   
org.glassfish.grizzly.nio   
org.glassfish.grizzly.nio.tmpselectors   
org.glassfish.grizzly.nio.transport   
org.glassfish.grizzly.smart   
org.glassfish.grizzly.smart.transformers   
org.glassfish.grizzly.ssl   
org.glassfish.grizzly.strategies   
org.glassfish.grizzly.streams   
org.glassfish.grizzly.threadpool   
org.glassfish.grizzly.util   
 

Classes in org.glassfish.grizzly used by org.glassfish.grizzly
AbstractProcessor
          Abstract Processor interface implementation.
Buffer
          JDK ByteBuffer was taken as base for Grizzly Buffer interface, but Buffer has several extensions: it's possible to prepend some data to a Buffer and release Buffer, when it's not required any more.
CompletionHandler
          Interface, which will be used by Grizzly to notify about asynchronous I/O operations status updates.
Connection
          Common interface, which represents any kind of connection.
Context
          Object, which is responsible for holding context during I/O event processing.
Interceptor
          Handler, which is used to finer control Readable.read(...).
IOEvent
          Enumeration represents the I/O events, occured on a Connection.
PostProcessor
          Post processor, which will be called once Processor will complete its execution.
Processor
          Processor implementations are responsible for processing I/O events, which occur on connection.
ProcessorResult
          The interface represents the result of Processor execution.
ProcessorResult.Status
          Enum represents the status/code of ProcessorResult.
ProcessorRunnable
          Runnable task, which encapsulates Processor execution information and actually runs Processor to process occured IOEvent.
ProcessorSelector
          Implementations of the interface will be responsible to find correct Processor, which will process IOEvent, occurred on the Connection
Readable
          Implementatios of this interface are able to read data from internal source to a Buffer.
Reader
          Implementatios of this interface are able to read data from Connection to a Buffer.
ReadResult
          Result of read operation, retuned by Readable.
Result
          Common I/O result interface.
SocketConnectorHandler
          Socket based client side connector.
Strategy
          Strategy is responsible for making decision how ProcessorRunnable task will be run: in current thread, worker thread.
TransformationException
          Describes the problem, occured during original message transformation.
TransformationResult
          Represents the result of message encoding/decoding.
TransformationResult.Status
           
Transformer
          Transformer interface, which knows how to transform the original data to some custom representation.
Transport
          Transport interface describes the transport unit used in Grizzly.
Transport.State
           
TransportFactory
          Factory, responsible for creating and initializing Grizzly Transports.
Writable
          Implementatios of this interface are able to write data from a Buffer.
Writer
          Implementatios of this interface are able to write data from a Buffer to Connection.
WriteResult
          Result of write operation, retuned by Writable.
 

Classes in org.glassfish.grizzly used by org.glassfish.grizzly.asyncqueue
Buffer
          JDK ByteBuffer was taken as base for Grizzly Buffer interface, but Buffer has several extensions: it's possible to prepend some data to a Buffer and release Buffer, when it's not required any more.
CompletionHandler
          Interface, which will be used by Grizzly to notify about asynchronous I/O operations status updates.
Connection
          Common interface, which represents any kind of connection.
Interceptor
          Handler, which is used to finer control Readable.read(...).
IOEvent
          Enumeration represents the I/O events, occured on a Connection.
Processor
          Processor implementations are responsible for processing I/O events, which occur on connection.
ProcessorSelector
          Implementations of the interface will be responsible to find correct Processor, which will process IOEvent, occurred on the Connection
Reader
          Implementatios of this interface are able to read data from Connection to a Buffer.
Writer
          Implementatios of this interface are able to write data from a Buffer to Connection.
WriteResult
          Result of write operation, retuned by Writable.
 

Classes in org.glassfish.grizzly used by org.glassfish.grizzly.callbackhandler
AbstractProcessor
          Abstract Processor interface implementation.
Context
          Object, which is responsible for holding context during I/O event processing.
IOEvent
          Enumeration represents the I/O events, occured on a Connection.
Processor
          Processor implementations are responsible for processing I/O events, which occur on connection.
ProcessorResult
          The interface represents the result of Processor execution.
 

Classes in org.glassfish.grizzly used by org.glassfish.grizzly.filterchain
Codec
          Codec is able to transform the original message to a custom represantation and vise versa.
Connection
          Common interface, which represents any kind of connection.
Context
          Object, which is responsible for holding context during I/O event processing.
IOEvent
          Enumeration represents the I/O events, occured on a Connection.
Processor
          Processor implementations are responsible for processing I/O events, which occur on connection.
ProcessorResult
          The interface represents the result of Processor execution.
ProcessorSelector
          Implementations of the interface will be responsible to find correct Processor, which will process IOEvent, occurred on the Connection
TransformationException
          Describes the problem, occured during original message transformation.
TransformationResult
          Represents the result of message encoding/decoding.
Transformer
          Transformer interface, which knows how to transform the original data to some custom representation.
Transport
          Transport interface describes the transport unit used in Grizzly.
 

Classes in org.glassfish.grizzly used by org.glassfish.grizzly.memory
Buffer
          JDK ByteBuffer was taken as base for Grizzly Buffer interface, but Buffer has several extensions: it's possible to prepend some data to a Buffer and release Buffer, when it's not required any more.
 

Classes in org.glassfish.grizzly used by org.glassfish.grizzly.memory.slab
Buffer
          JDK ByteBuffer was taken as base for Grizzly Buffer interface, but Buffer has several extensions: it's possible to prepend some data to a Buffer and release Buffer, when it's not required any more.
 

Classes in org.glassfish.grizzly used by org.glassfish.grizzly.nio
AbstractReader
          Abstract class, which provides transitive dependencies for overloaded Reader#read(...) methods.
AbstractTransport
          Abstract Transport.
AbstractWriter
          Abstract class, which provides transitive dependencies for overloaded Writer#read(...) methods.
Buffer
          JDK ByteBuffer was taken as base for Grizzly Buffer interface, but Buffer has several extensions: it's possible to prepend some data to a Buffer and release Buffer, when it's not required any more.
CompletionHandler
          Interface, which will be used by Grizzly to notify about asynchronous I/O operations status updates.
Connection
          Common interface, which represents any kind of connection.
Context
          Object, which is responsible for holding context during I/O event processing.
Interceptor
          Handler, which is used to finer control Readable.read(...).
IOEvent
          Enumeration represents the I/O events, occured on a Connection.
Processor
          Processor implementations are responsible for processing I/O events, which occur on connection.
ProcessorResult
          The interface represents the result of Processor execution.
ProcessorSelector
          Implementations of the interface will be responsible to find correct Processor, which will process IOEvent, occurred on the Connection
Readable
          Implementatios of this interface are able to read data from internal source to a Buffer.
Reader
          Implementatios of this interface are able to read data from Connection to a Buffer.
ReadResult
          Result of read operation, retuned by Readable.
Strategy
          Strategy is responsible for making decision how ProcessorRunnable task will be run: in current thread, worker thread.
Transport
          Transport interface describes the transport unit used in Grizzly.
Transport.State
           
TransportFactory
          Factory, responsible for creating and initializing Grizzly Transports.
Writable
          Implementatios of this interface are able to write data from a Buffer.
Writer
          Implementatios of this interface are able to write data from a Buffer to Connection.
WriteResult
          Result of write operation, retuned by Writable.
 

Classes in org.glassfish.grizzly used by org.glassfish.grizzly.nio.tmpselectors
AbstractReader
          Abstract class, which provides transitive dependencies for overloaded Reader#read(...) methods.
AbstractWriter
          Abstract class, which provides transitive dependencies for overloaded Writer#read(...) methods.
Buffer
          JDK ByteBuffer was taken as base for Grizzly Buffer interface, but Buffer has several extensions: it's possible to prepend some data to a Buffer and release Buffer, when it's not required any more.
CompletionHandler
          Interface, which will be used by Grizzly to notify about asynchronous I/O operations status updates.
Connection
          Common interface, which represents any kind of connection.
Interceptor
          Handler, which is used to finer control Readable.read(...).
Reader
          Implementatios of this interface are able to read data from Connection to a Buffer.
ReadResult
          Result of read operation, retuned by Readable.
Writer
          Implementatios of this interface are able to write data from a Buffer to Connection.
WriteResult
          Result of write operation, retuned by Writable.
 

Classes in org.glassfish.grizzly used by org.glassfish.grizzly.nio.transport
AbstractProcessor
          Abstract Processor interface implementation.
AbstractReader
          Abstract class, which provides transitive dependencies for overloaded Reader#read(...) methods.
AbstractSocketConnectorHandler
          Abstract class simplifies the implementation of SocketConnectorHandler interface by preimplementing some of its methods.
AbstractTransport
          Abstract Transport.
AbstractWriter
          Abstract class, which provides transitive dependencies for overloaded Writer#read(...) methods.
Buffer
          JDK ByteBuffer was taken as base for Grizzly Buffer interface, but Buffer has several extensions: it's possible to prepend some data to a Buffer and release Buffer, when it's not required any more.
CompletionHandler
          Interface, which will be used by Grizzly to notify about asynchronous I/O operations status updates.
CompletionHandlerAdapter
          Adapter for CompletionHandler interface, which has empty implementation for all callback methods.
Connection
          Common interface, which represents any kind of connection.
Context
          Object, which is responsible for holding context during I/O event processing.
Interceptor
          Handler, which is used to finer control Readable.read(...).
IOEvent
          Enumeration represents the I/O events, occured on a Connection.
PostProcessor
          Post processor, which will be called once Processor will complete its execution.
Processor
          Processor implementations are responsible for processing I/O events, which occur on connection.
ProcessorExecutor
          Executor, which is reponsible for running ProcessorRunnable.
ProcessorResult
          The interface represents the result of Processor execution.
ProcessorSelector
          Implementations of the interface will be responsible to find correct Processor, which will process IOEvent, occurred on the Connection
Readable
          Implementatios of this interface are able to read data from internal source to a Buffer.
Reader
          Implementatios of this interface are able to read data from Connection to a Buffer.
ReadResult
          Result of read operation, retuned by Readable.
SocketBinder
          Common API for Socket based Transports, which are able to bind server Socket to specific address and listen for incoming data.
SocketConnectorHandler
          Socket based client side connector.
Transport
          Transport interface describes the transport unit used in Grizzly.
Writable
          Implementatios of this interface are able to write data from a Buffer.
Writer
          Implementatios of this interface are able to write data from a Buffer to Connection.
WriteResult
          Result of write operation, retuned by Writable.
 

Classes in org.glassfish.grizzly used by org.glassfish.grizzly.smart
AbstractTransformer
           
Buffer
          JDK ByteBuffer was taken as base for Grizzly Buffer interface, but Buffer has several extensions: it's possible to prepend some data to a Buffer and release Buffer, when it's not required any more.
Codec
          Codec is able to transform the original message to a custom represantation and vise versa.
TransformationException
          Describes the problem, occured during original message transformation.
TransformationResult
          Represents the result of message encoding/decoding.
Transformer
          Transformer interface, which knows how to transform the original data to some custom representation.
 

Classes in org.glassfish.grizzly used by org.glassfish.grizzly.smart.transformers
AbstractTransformer
           
Buffer
          JDK ByteBuffer was taken as base for Grizzly Buffer interface, but Buffer has several extensions: it's possible to prepend some data to a Buffer and release Buffer, when it's not required any more.
TransformationException
          Describes the problem, occured during original message transformation.
TransformationResult
          Represents the result of message encoding/decoding.
Transformer
          Transformer interface, which knows how to transform the original data to some custom representation.
 

Classes in org.glassfish.grizzly used by org.glassfish.grizzly.ssl
Buffer
          JDK ByteBuffer was taken as base for Grizzly Buffer interface, but Buffer has several extensions: it's possible to prepend some data to a Buffer and release Buffer, when it's not required any more.
Codec
          Codec is able to transform the original message to a custom represantation and vise versa.
CompletionHandler
          Interface, which will be used by Grizzly to notify about asynchronous I/O operations status updates.
Connection
          Common interface, which represents any kind of connection.
TransformationException
          Describes the problem, occured during original message transformation.
TransformationResult
          Represents the result of message encoding/decoding.
Transformer
          Transformer interface, which knows how to transform the original data to some custom representation.
 

Classes in org.glassfish.grizzly used by org.glassfish.grizzly.strategies
Connection
          Common interface, which represents any kind of connection.
IOEvent
          Enumeration represents the I/O events, occured on a Connection.
ProcessorRunnable
          Runnable task, which encapsulates Processor execution information and actually runs Processor to process occured IOEvent.
Strategy
          Strategy is responsible for making decision how ProcessorRunnable task will be run: in current thread, worker thread.
Transport
          Transport interface describes the transport unit used in Grizzly.
 

Classes in org.glassfish.grizzly used by org.glassfish.grizzly.streams
Buffer
          JDK ByteBuffer was taken as base for Grizzly Buffer interface, but Buffer has several extensions: it's possible to prepend some data to a Buffer and release Buffer, when it's not required any more.
CompletionHandler
          Interface, which will be used by Grizzly to notify about asynchronous I/O operations status updates.
Connection
          Common interface, which represents any kind of connection.
 

Classes in org.glassfish.grizzly used by org.glassfish.grizzly.threadpool
Context
          Object, which is responsible for holding context during I/O event processing.
 

Classes in org.glassfish.grizzly used by org.glassfish.grizzly.util
AbstractTransformer
           
Buffer
          JDK ByteBuffer was taken as base for Grizzly Buffer interface, but Buffer has several extensions: it's possible to prepend some data to a Buffer and release Buffer, when it's not required any more.
Connection
          Common interface, which represents any kind of connection.
Context
          Object, which is responsible for holding context during I/O event processing.
IOEvent
          Enumeration represents the I/O events, occured on a Connection.
Processor
          Processor implementations are responsible for processing I/O events, which occur on connection.
ProcessorExecutor
          Executor, which is reponsible for running ProcessorRunnable.
ProcessorResult
          The interface represents the result of Processor execution.
Readable
          Implementatios of this interface are able to read data from internal source to a Buffer.
ReadResult
          Result of read operation, retuned by Readable.
TransformationException
          Describes the problem, occured during original message transformation.
TransformationResult
          Represents the result of message encoding/decoding.
Transformer
          Transformer interface, which knows how to transform the original data to some custom representation.
Transport
          Transport interface describes the transport unit used in Grizzly.
Writable
          Implementatios of this interface are able to write data from a Buffer.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.