| Uses of Class |
| com.newstep.solid.comm.Address |
Classes in com.newstep.solid.comm that implement com.newstep.solid.comm.Address |
|
|---|---|
public class |
|
public abstract Address |
AbstractChannel.getRemoteAddress() |
public abstract Address |
ChannelAccessPoint.parseString(String string) |
public Address |
IPAddress.parseString(String string) |
public Address |
Channel.getLocalAddress() |
public abstract Address |
AbstractChannel.getLocalAddress() |
public Address |
ProtocolElement.getRemoteAddress() |
public Address |
Channel.getRemoteAddress() |
public Address |
Address.parseString(String string) |
public Address |
ProtocolElement.getLocalAddress() |
public abstract void |
ChannelAccessPoint.listen(Address address, ChannelAccessPointListener listener, Integer connections) |
public abstract Channel |
ChannelAccessPoint.getChannel(Address address) |
public abstract void |
ChannelAccessPoint.stopListen(Address address) |
Classes in com.newstep.solid.comm.rtt that implement com.newstep.solid.comm.Address |
|
|---|---|
public class |
|
private Address |
|
public Address |
RttChannelAccessPoint.parseString(String string) |
public Address |
RedundantElement.getRemoteAddress() |
public Address |
RttChannel.getRemoteAddress() |
public Address |
Host.getAddress(Integer i) |
public Address |
RttChannel.getLocalAddress() |
public Address |
RedundantElement.getLocalAddress() |
private Address |
|
public Channel |
RttChannelAccessPoint.getChannel(Address address) |
public void |
|
public void |
RttChannelAccessPoint.stopListen(Address address) |
public Address |
TCPChannelAccessPoint.parseString(String string) |
public Address |
TcpChannel.getRemoteAddress() |
public Address |
TcpChannel.getLocalAddress() |
private ServerSocketChannel |
TCPChannelAccessPoint.getListeningChannel(Address address) |
public void |
TCPChannelAccessPoint.stopListen(Address address) |
public boolean |
TCPChannelAccessPoint.isListening(Address address) |
public void |
|
public Channel |
TCPChannelAccessPoint.getChannel(Address address) |
public Address |
UDPChannel.getLocalAddress() |
public Address |
UDPChannelAccessPoint.parseString(String string) |
public Address |
UDPChannel.getRemoteAddress() |
public void |
UDPChannelAccessPoint.stopListen(Address address) |
private DatagramChannel |
UDPChannelAccessPoint.getListeningChannel(Address address) |
public Channel |
UDPChannelAccessPoint.getChannel(Address address) |
public void |
UDPChannelAccessPoint.listen(Address address, ChannelAccessPointListener listener, Integer connections) |
Fields in com.newstep.solid.test.comm declared as com.newstep.solid.comm.Address |
|
|---|---|
private static Address |
CommTest.adress |
Fields in com.newstep.solid.test.comm.rtt declared as com.newstep.solid.comm.Address |
|
|---|---|
private Address |
SanityTest.connectAddress |
private Address |
SanityTest.listenAddress |
public void |
|
Fields in com.newstep.solid.test.comm.tcp declared as com.newstep.solid.comm.Address |
|
|---|---|
private Address |
SanityTest.connectAddress |
private Address |
SanityTest.listenAddress |
public void |
|
Fields in com.newstep.solid.test.comm.udp declared as com.newstep.solid.comm.Address |
|
|---|---|
private Address |
SanityTest.listenAddress |
private Address |
SanityTest.connectAddress |
public void |
|