| Uses of Class |
| com.newstep.solid.comm.Multiplexor |
Packages that use com.newstep.solid.comm.Multiplexor |
|
|---|---|
| com.newstep.solid.comm.tcp | |
| com.newstep.solid.comm.udp | |
Fields in com.newstep.solid.comm.tcp declared as com.newstep.solid.comm.Multiplexor |
|
|---|---|
TCPChannelAccessPoint.mux |
|
private Multiplexor |
TCPChannelAccessPoint.mux |
private Multiplexor |
TcpChannel.mux |
TcpChannel.mux |
|
public Multiplexor |
TcpChannel.getMux() |
public Multiplexor |
TCPChannelAccessPoint.getMux() |
public void |
TcpChannel.setMux(Multiplexor mux) |
Fields in com.newstep.solid.comm.udp declared as com.newstep.solid.comm.Multiplexor |
|
|---|---|
private Multiplexor |
UDPChannel.mux |
private Multiplexor |
UDPChannelAccessPoint.mux |
public void |
UDPChannel.init(Multiplexor muxi, SelectableChannel channel, IPAddress address, IPAddress localAddr, ByteBuffer buff) |