|
|||||||||||
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 |
SynchChannelToSocketAdapter.getSocketMetadata()
|
Constructors in org.activeio.adapter with parameters of type SocketMetadata | |
SynchChannelToSocketAdapter(SynchChannel channel,
SocketMetadata socketMetadata)
|
Uses of SocketMetadata in org.activeio.net |
Classes in org.activeio.net that implement SocketMetadata | |
class |
AIOAsynchChannel
|
class |
NIOAsynchChannel
|
class |
NIOBaseChannel
Base class for the Asynch and Synch implementations of NIO channels. |
class |
NIOSynchChannel
A SynchChannel implementation that uses a SocketChannel
to talk to the network. |
class |
SocketSynchChannel
A SynchChannel implementation that uses a Socket
to talk to the network. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |