Constructor and Description |
---|
TcpEndpoint(int port) |
TcpEndpoint(String host,
int port) |
Modifier and Type | Method and Description |
---|---|
void |
accept() |
void |
close() |
Connection |
connect() |
void |
setConnectionListener(ConnectionListener listener) |
String |
toString() |
public TcpEndpoint(int port)
public TcpEndpoint(String host, int port)
public Connection connect() throws FastConnectionException
connect
in interface Endpoint
FastConnectionException
public void accept() throws FastConnectionException
accept
in interface Endpoint
FastConnectionException
public void setConnectionListener(ConnectionListener listener)
setConnectionListener
in interface Endpoint
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.