| Uses of Class |
| com.newstep.solid.netio.CommChannel |
Subinterfaces of com.newstep.solid.netio.CommChannel in com.newstep.solid.netio |
|
|---|---|
public interface |
|
public interface |
|
Classes in com.newstep.solid.netio that implement com.newstep.solid.netio.CommChannel |
|
|---|---|
public abstract class |
|
public abstract CommChannel |
|
public abstract CommChannel |
AccessPoint.openChannel(ChannelEndpoint remoteEndpoint, CommChannelStateListener connectionListener) |
public abstract CommChannel |
AccessPoint.openChannel(ChannelEndpoint remoteEndpoint, Integer timeout) |
public void |
ConnectionListener.newConnection(CommChannel channel) |
public CommChannel |
PacketChannelAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, CommChannelListener dataListener) |
public CommChannel |
PacketChannelAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, CommChannelStateListener stateListener) |
public CommChannel |
PacketChannelAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, Integer timeout) |
public CommChannel |
RttAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, CommChannelStateListener connectionListener) |
public CommChannel |
RttAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, Integer timeout) |
public CommChannel |
|
public void |
RttAccessPoint.ListeningServer.newConnection(CommChannel channel) |
public CommChannel |
|
public CommChannel |
SlipAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, CommChannelStateListener channelStateListener) |
public CommChannel |
SlipAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, Integer timeout) |
public void |
SlipTransConnListener.newConnection(CommChannel channel) |
public CommChannel |
|
public CommChannel |
TcpStreamAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, Integer timeout) |
public CommChannel |
TcpStreamAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, CommChannelStateListener connectionListener) |
Methods in com.newstep.solid.replication with parameters of type com.newstep.solid.netio.CommChannel |
|
|---|---|
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) |
Methods in com.newstep.solid.test.netio.packet with parameters of type com.newstep.solid.netio.CommChannel |
|
|---|---|
public void |
PacketEchoClient.newConnection(CommChannel channel) |
public void |
PacketEchoServer.newConnection(CommChannel channel) |
public void |
PacketServerTest.newConnection(CommChannel channel) |
Fields in com.newstep.solid.test.netio.slip declared as com.newstep.solid.netio.CommChannel |
|
|---|---|
SlipAccessPointTest.TestConnectionListener.channel |
|
private CommChannel |
SlipTransConnListenerTest.channel |
private CommChannel |
SlipFramingElementTest.channel |
public CommChannel |
TestTransportAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, CommChannelStateListener connectionListener) |
public CommChannel |
TestTransportAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, Integer timeout) |
public CommChannel |
TestTransportAccessPoint.openChannel(ChannelEndpoint remoteEndpoint, CommChannelListener dataListener) |
Methods in com.newstep.solid.test.netio.slip with parameters of type com.newstep.solid.netio.CommChannel |
|
|---|---|
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) |