|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SocketMetadata | |
org.activeio.adapter | The Adapter package provides classes that make it easy ot bridge between the the SynchChannel, AsyncChannel, InputStream, OutputStream, Socket, and ServerSocket domains. |
org.activeio.net | A set of Channel implementations that are implemented using the Socket and DatagramSocket classes. |
Uses of SocketMetadata in org.activeio.adapter |
Methods in org.activeio.adapter that return SocketMetadata | |
protected SocketMetadata |
SyncChannelToSocket.getSocketMetadata()
|
Constructors in org.activeio.adapter with parameters of type SocketMetadata | |
SyncChannelToSocket(SyncChannel channel,
SocketMetadata socketMetadata)
|
Uses of SocketMetadata in org.activeio.net |
Classes in org.activeio.net that implement SocketMetadata | |
class |
NIOAsyncChannel
|
class |
NIOBaseChannel
Base class for the Async and Sync implementations of NIO channels. |
class |
NIOSyncChannel
A org.activeio.SynchChannel implementation that uses a SocketChannel
to talk to the network. |
class |
SocketStreamChannel
A StreamChannel implementation that uses a Socket
to talk to the network. |
class |
SocketSyncChannel
A org.activeio.SynchChannel implementation that uses a Socket
to talk to the network. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |