Class
Use
Tree
          
PREV NEXT
 

Uses of Class
com.newstep.solid.netio.CommChannel
com.newstep.solid.netio  
com.newstep.solid.netio.packet  
com.newstep.solid.netio.rtt  
com.newstep.solid.netio.slip  
com.newstep.solid.netio.tcp  
com.newstep.solid.replication  
com.newstep.solid.test.netio  
com.newstep.solid.test.netio.packet  
com.newstep.solid.test.netio.slip  
public     interface
 
public     interface
 
public abstract     class
 
public abstract CommChannel
AccessPoint.openChannel(ChannelEndpoint remoteEndpoint, CommChannelListener dataListener)
public abstract CommChannel
AccessPoint.openChannel(ChannelEndpoint remoteEndpoint, CommChannelStateListener connectionListener)
public abstract CommChannel
AccessPoint.openChannel(ChannelEndpoint remoteEndpoint, Integer timeout)
public void
ConnectionListener.newConnection(CommChannel channel)
PacketChannelAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, CommChannelListener dataListener)
PacketChannelAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, CommChannelStateListener stateListener)
PacketChannelAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, Integer timeout)
RttAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, CommChannelStateListener connectionListener)
RttAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, Integer timeout)
RttAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, CommChannelListener dataListener)
public void
RttAccessPoint.ListeningServer.newConnection(CommChannel channel)
SlipAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, CommChannelListener dataListener)
SlipAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, CommChannelStateListener channelStateListener)
SlipAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, Integer timeout)
public void
SlipTransConnListener.newConnection(CommChannel channel)
TcpStreamAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, CommChannelListener dataListener)
TcpStreamAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, Integer timeout)
TcpStreamAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, CommChannelStateListener connectionListener)
public synchronized void
ReplicationPeer.newConnection(CommChannel channel)
public void
FailoverTest.Communicator.newConnection(CommChannel chan)
public void
RttClientServerTestCase.Echoer.newConnection(CommChannel chan)
public void
RttEchoServerN.Echoer.newConnection(CommChannel channel)
public void
RttServer.Receiver.newConnection(CommChannel chan)
public void
PacketEchoClient.newConnection(CommChannel channel)
public void
PacketEchoServer.newConnection(CommChannel channel)
public void
PacketServerTest.newConnection(CommChannel channel)
SlipAccessPointTest.TestConnectionListener.channel
private CommChannel
SlipTransConnListenerTest.channel
private CommChannel
SlipFramingElementTest.channel
TestTransportAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, CommChannelStateListener connectionListener)
TestTransportAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, Integer timeout)
TestTransportAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, CommChannelListener dataListener)
public void
SlipChannelTest.newConnection(CommChannel achannel)
public void
SlipFramingElementTest.newConnection(CommChannel achannel)
public void
SlipTransConnListenerTest.newConnection(CommChannel achannel)
public void
TestTransportConnListener.newConnection(CommChannel achannel)
public void
RebindTest.newConnection(CommChannel channel)
public void
SlipAccessPointTest.TestConnectionListener.newConnection(CommChannel achannel)
public void
SlipTestServer.newConnection(CommChannel channel)

Class
Use
Tree
          
PREV NEXT