Search Java Classes and Packages
Search Java Frameworks and Libraries
#Com.maverick.nio Classes and Interfaces - 24 results found.
| Name | Description | Type | Package | Framework |
| ByteBufferPool | This class provides a pool for either direct or non direct ByteBuffers. | Class | com.maverick.nio | Maverick |
|
| ClientAcceptor | An abstract class for the NIO framework to accept client connections. | Class | com.maverick.nio | Maverick |
|
| ClientConnector | An interface for the NIO framework to connect outgoing sockets. | Interface | com.maverick.nio | Maverick |
|
| Daemon | This class provides an abstract daemon for servicing any number of protocolAuthor:Lee David Painter | Class | com.maverick.nio | Maverick |
|
| DaemonContext | Each instance of a Daemon has a single configuration context. | Class | com.maverick.nio | Maverick |
|
| IdleStateListener | A class implementing this interface is notified when the selector it is registered with becomes idle. | Interface | com.maverick.nio | Maverick |
|
| IdleStateManager | Class that checks the idle state of another class. | Class | com.maverick.nio | Maverick |
|
| LicenseException | | Class | com.maverick.nio | Maverick |
|
| LicenseManager | Add your license using the static method provided by this class. | Class | com.maverick.nio | Maverick |
|
| ListeningInterface | | Class | com.maverick.nio | Maverick |
|
| ProtocolContext | A protocol context defines the behaviour for a listening interface. | Class | com.maverick.nio | Maverick |
|
| ProtocolEngine | This interface defines the contract for a protocol implementation. | Interface | com.maverick.nio | Maverick |
|
| SelectionKeyAware | | Interface | com.maverick.nio | Maverick |
|
| SelectorRegistrationListener | Allows an object to receive notification that a registration has completed on a SelectorThread. | Interface | com.maverick.nio | Maverick |
|
| SelectorThread | Provides management of a single selector. | Class | com.maverick.nio | Maverick |
|
| SelectorThreadImpl | Each SelectorThread requires an implementation of this interface to pass selection events. | Interface | com.maverick.nio | Maverick |
|
| SelectorThreadPool | Maintains a pool of SelectoThreads increasing the pool when required and always maintaining the minimum number of permanent threads required. | Class | com.maverick.nio | Maverick |
|
| SocketConnection | This class implements a SocketHandler using a standard socket. | Class | com.maverick.nio | Maverick |
|
| SocketConnectionFactory | | Interface | com.maverick.nio | Maverick |
|
| SocketHandler | An interface used by the SelectorThread to notify an object of when a read or write event has occurred. | Interface | com.maverick.nio | Maverick |
|
| SocketWriteCallback | | Interface | com.maverick.nio | Maverick |
|
| SSLContextConnection | This class implements an SSL socket connection for the custom server. | Class | com.maverick.nio.ssl | Maverick |
|
| SSLSocketConnection | This class implements an SSL socket connection for the custom server. | Class | com.maverick.nio.ssl | Maverick |
|
| WriteOperationRequest | A throwble Object used to notify the read process that the no further messages should be processed and to allow the write process to write | Class | com.maverick.nio | Maverick |