Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.test.netio.slip
Class TestTransportAccessPoint
com.newstep.solid.netio.AccessPoint
  |
  +--com.newstep.solid.test.netio.slip.TestTransportAccessPoint

public class TestTransportAccessPoint      
 
Links:
Generalization Generalization Link
to Class AccessPoint
 
 

Field Summary
String
public boolean
Constructor Summary
void
Method Summary
getEndpoint(String text)
public void
listen(ChannelEndpoint localEndpoint, ConnectionListener connectionListener, Integer numberOfConnections)
openChannel(ChannelEndpoint remoteEndpoint, CommChannelStateListener connectionListener)
openChannel(ChannelEndpoint remoteEndpoint, Integer timeout)
openChannel(ChannelEndpoint remoteEndpoint, CommChannelListener dataListener)
public void
Field Detail
name
String name
Multiplicity:
1
 

stopListeningIsCalled
public boolean stopListeningIsCalled
Multiplicity:
1
 
Constructor Detail
TestTransportAccessPoint
void TestTransportAccessPoint (String tname)
 
Stereotype:
create
 
Method Detail
getEndpoint
public ChannelEndpoint getEndpoint (String text)
 
Throws:
IOException
 

listen
public void listen (ChannelEndpoint localEndpoint, ConnectionListener connectionListener, Integer numberOfConnections)
 
Throws:
IOException
 

openChannel
public CommChannel openChannel (ChannelEndpoint remoteEndpoint, CommChannelStateListener connectionListener)
 
Throws:
IOException
 

openChannel
public CommChannel openChannel (ChannelEndpoint remoteEndpoint, Integer timeout)
 
Throws:
IOException
 

openChannel
public CommChannel openChannel (ChannelEndpoint remoteEndpoint, CommChannelListener dataListener)
 
Throws:
IOException
 

stopListening
public void stopListening (ChannelEndpoint localEndpoint)
 
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD