| Uses of Class |
| com.newstep.solid.netio.tcp.TcpStreamChannel |
Packages that use com.newstep.solid.netio.tcp.TcpStreamChannel |
|
|---|---|
| com.newstep.solid.netio.rtt | |
| com.newstep.solid.netio.tcp | |
| com.newstep.solid.test.netio | |
Fields in com.newstep.solid.netio.rtt declared as com.newstep.solid.netio.tcp.TcpStreamChannel |
|
|---|---|
private TcpStreamChannel |
MessageFramingElement.tcpChannel |
MessageFramingElement.getTcpChannel() |
|
Methods in com.newstep.solid.netio.rtt with parameters of type com.newstep.solid.netio.tcp.TcpStreamChannel |
|
|---|---|
abstract boolean |
|
void |
MessageFramingElement.setTcpChannel(TcpStreamChannel channel) |
void |
|
synchronized boolean |
|
synchronized boolean |
|
protected synchronized void |
RttChannel.channelFailed(TcpStreamChannel tcpChannel, Boolean primary) |
Methods in com.newstep.solid.netio.tcp with parameters of type com.newstep.solid.netio.tcp.TcpStreamChannel |
|
|---|---|
protected void |
TcpStreamAccessPoint.closeChannel(TcpStreamChannel channel) |
Fields in com.newstep.solid.test.netio declared as com.newstep.solid.netio.tcp.TcpStreamChannel |
|
|---|---|
TcpClientServerTestCase.Receiver.tcpChannel |
|
TcpTestCase.channel |
|
TcpTest.channel |
|
TcpClientServerTestCase.Responder.tcpChannel |
|
TcpClientServerTestCase.channel |
|
TcpAccessPointTestCase.channel |
|
Constructors in com.newstep.solid.test.netio with parameters of type com.newstep.solid.netio.tcp.TcpStreamChannel |
|
|---|---|
void |
TcpClientServerTestCase.Responder.Responder(TcpStreamChannel chan) |