Method | Description | |
---|---|---|
Accept ( ) : ITransport | ||
Close ( ) : void | ||
SocketTransportFactory ( |
||
SocketTransportFactory ( |
||
SocketTransportFactory ( String host, int port ) : System | ||
SocketTransportFactory ( String host, int port, int backlog ) : System | ||
SocketTransportFactory ( int port ) : System | ||
SocketTransportFactory ( int port, int backlog ) : System |
Method | Description | |
---|---|---|
GetIPv4AddressOf ( String host ) : |
protected static GetIPv4AddressOf ( String host ) : |
||
host | String | |
return |
public SocketTransportFactory ( |
||
addr | ||
port | int | |
return | System |
public SocketTransportFactory ( |
||
addr | ||
port | int | |
backlog | int | |
return | System |
public SocketTransportFactory ( String host, int port ) : System | ||
host | String | |
port | int | |
return | System |
public SocketTransportFactory ( String host, int port, int backlog ) : System | ||
host | String | |
port | int | |
backlog | int | |
return | System |
public SocketTransportFactory ( int port ) : System | ||
port | int | |
return | System |
public SocketTransportFactory ( int port, int backlog ) : System | ||
port | int | |
backlog | int | |
return | System |