PlayerLink::Server::ServerSocket
Public Functions
Name | |
---|---|
ServerSocket(Protocols protocol, int port) | |
ServerSocket(Protocols protocol) |
Public Functions Documentation
function ServerSocket
ServerSocket(
Protocols protocol,
int port
)
Parameters:
- protocol The Stream Protocol
- port The Port that the client is expected to connect to
Constructs a ServerSocket with a specified listening port
function ServerSocket
ServerSocket(
Protocols protocol
)
Parameters:
- protocol The Stream Protocol
Constructs a ServerSocket
Updated on 17 January 2021 at 14:41:04 UTC