Uses of Package
com.sun.grizzly

Packages that use com.sun.grizzly
com.sun.grizzly   
com.sun.grizzly.asyncqueue   
com.sun.grizzly.callbackhandler   
com.sun.grizzly.filterchain   
com.sun.grizzly.memory   
com.sun.grizzly.memory.slab   
com.sun.grizzly.nio   
com.sun.grizzly.nio.tmpselectors   
com.sun.grizzly.nio.transport   
com.sun.grizzly.smart   
com.sun.grizzly.smart.transformers   
com.sun.grizzly.ssl   
com.sun.grizzly.strategies   
com.sun.grizzly.streams   
com.sun.grizzly.threadpool   
com.sun.grizzly.utils   
 

Classes in com.sun.grizzly used by com.sun.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 com.sun.grizzly used by com.sun.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 com.sun.grizzly used by com.sun.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 com.sun.grizzly used by com.sun.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 com.sun.grizzly used by com.sun.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 com.sun.grizzly used by com.sun.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 com.sun.grizzly used by com.sun.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 com.sun.grizzly used by com.sun.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 com.sun.grizzly used by com.sun.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 com.sun.grizzly used by com.sun.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 com.sun.grizzly used by com.sun.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 com.sun.grizzly used by com.sun.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 com.sun.grizzly used by com.sun.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 com.sun.grizzly used by com.sun.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 com.sun.grizzly used by com.sun.grizzly.threadpool
Context
          Object, which is responsible for holding context during I/O event processing.
 

Classes in com.sun.grizzly used by com.sun.grizzly.utils
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.