| Uses of Class |
| com.newstep.solid.netio.tcp.TcpChannelEndpoint |
Packages that use com.newstep.solid.netio.tcp.TcpChannelEndpoint |
|
|---|---|
| com.newstep.solid.netio.rtt | |
| com.newstep.solid.netio.tcp | |
| com.newstep.solid.test.netio | |
| com.newstep.solid.test.netio.slip | |
Fields in com.newstep.solid.netio.rtt declared as com.newstep.solid.netio.tcp.TcpChannelEndpoint |
|
|---|---|
private TcpChannelEndpoint |
RttEndpoint.primary |
private TcpChannelEndpoint |
RttEndpoint.secondary |
Constructors in com.newstep.solid.netio.rtt with parameters of type com.newstep.solid.netio.tcp.TcpChannelEndpoint |
|
|---|---|
public void |
|
RttEndpoint.getSecondary() |
|
RttEndpoint.getPrimary() |
|
Methods in com.newstep.solid.netio.rtt with parameters of type com.newstep.solid.netio.tcp.TcpChannelEndpoint |
|
|---|---|
private Thread |
RttAccessPoint.retryConnection(RttClientChannel channel, TcpChannelEndpoint endpoint, Boolean primary) |
void |
RttEndpoint.setSecondary(TcpChannelEndpoint secondary) |
void |
RttEndpoint.setPrimary(TcpChannelEndpoint primary) |
Fields in com.newstep.solid.netio.tcp declared as com.newstep.solid.netio.tcp.TcpChannelEndpoint |
|
|---|---|
TcpStreamChannel.remoteEndpoint |
|
protected TcpChannelEndpoint |
TcpStreamChannel.remoteEndpoint |
TcpStreamAccessPoint.ServerChannel.localEndpoint |
|
TcpStreamChannel.localEndpoint |
|
protected TcpChannelEndpoint |
TcpStreamChannel.localEndpoint |
Constructors in com.newstep.solid.netio.tcp with parameters of type com.newstep.solid.netio.tcp.TcpChannelEndpoint |
|
|---|---|
void |
TcpStreamAccessPoint.ServerChannel.ServerChannel(TcpChannelEndpoint endpoint, ConnectionListener listener, Integer count) |
void |
TcpStreamChannel.TcpStreamChannel(TcpStreamAccessPoint mom, SocketChannel sChannel, TcpChannelEndpoint local, TcpChannelEndpoint remote) |
public TcpChannelEndpoint |
TcpStreamChannel.getRemoteEndpoint() |
public TcpChannelEndpoint |
TcpStreamChannel.getLocalEndpoint() |
Methods in com.newstep.solid.netio.tcp with parameters of type com.newstep.solid.netio.tcp.TcpChannelEndpoint |
|
|---|---|
void |
TcpStreamChannel.setRemoteEndpoint(TcpChannelEndpoint remoteEndpoint) |
void |
TcpStreamChannel.setLocalEndpoint(TcpChannelEndpoint localEndpoint) |
Fields in com.newstep.solid.test.netio declared as com.newstep.solid.netio.tcp.TcpChannelEndpoint |
|
|---|---|
TcpAccessPointTestCase.localEndpoint |
|
TcpClientServerTestCase.localEndpoint |
|
Fields in com.newstep.solid.test.netio.slip declared as com.newstep.solid.netio.tcp.TcpChannelEndpoint |
|
|---|---|
SlipTestClient.remoteEndpoint |
|
SlipTestServer.localEndpoint |
|