|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openfast.session.tcp.TcpEndpoint
public class TcpEndpoint
| Constructor Summary | |
|---|---|
TcpEndpoint(int port)
|
|
TcpEndpoint(java.lang.String host,
int port)
|
|
| Method Summary | |
|---|---|
void |
accept()
|
void |
close()
|
Connection |
connect()
|
void |
setConnectionListener(ConnectionListener listener)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TcpEndpoint(int port)
public TcpEndpoint(java.lang.String host,
int port)
| Method Detail |
|---|
public Connection connect()
throws FastConnectionException
connect in interface EndpointFastConnectionException
public void accept()
throws FastConnectionException
accept in interface EndpointFastConnectionExceptionpublic void setConnectionListener(ConnectionListener listener)
setConnectionListener in interface Endpointpublic void close()
close in interface Endpoint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||