|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Channel | |
org.exolab.core.messenger |
Uses of Channel in org.exolab.core.messenger |
Subinterfaces of Channel in org.exolab.core.messenger | |
interface |
SystemChannel
A SystemChannel is reponsible for managing channel open and close requests on a Connection . |
Classes in org.exolab.core.messenger that implement Channel | |
class |
PacketChannel
A PacketConnection is a Connection that minimises resource usage. |
Methods in org.exolab.core.messenger that return Channel | |
Channel |
Connection.open(java.lang.String name)
Open a channel |
Channel |
PacketConnection.open(java.lang.String name)
Open a channel |
protected Channel |
PacketConnection.getChannel(int channelId)
Returns the channel for the give channel identifier |
protected Channel |
ManagedPacketConnection.getChannel(int connectionId,
int channelId)
Helper to return a channel for a particular connection |
Channel |
SystemChannel.open(java.lang.String name)
Open a channel for the specified name. |
Methods in org.exolab.core.messenger with parameters of type Channel | |
void |
ChannelListenerAcceptor.opened(Channel channel)
Handle a new channel. |
void |
ChannelHandler.opened(Channel channel)
Handle a new channel |
void |
SystemChannel.close(Channel channel)
Close a channel |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |