Package | Description |
---|---|
uk.co.thomasc.steamkit.networking.steam3 | |
uk.co.thomasc.steamkit.steam3 | |
uk.co.thomasc.steamkit.steam3.handlers.steammasterserver.types |
Modifier and Type | Field and Description |
---|---|
private IPEndPoint |
NetMsgEventArgs.endPoint |
private IPEndPoint |
UdpConnection.remoteEndPoint |
Modifier and Type | Method and Description |
---|---|
void |
UdpConnection.connect(IPEndPoint endPoint)
Connects to the specified CM server.
|
void |
TcpConnection.connect(IPEndPoint endPoint)
Connects to the specified end point.
|
abstract void |
Connection.connect(IPEndPoint endPoint)
Connects to the specified end point.
|
Constructor and Description |
---|
NetMsgEventArgs(byte[] data,
IPEndPoint endPoint) |
Modifier and Type | Field and Description |
---|---|
(package private) Map<EServerType,List<IPEndPoint>> |
CMClient.serverMap |
Modifier and Type | Method and Description |
---|---|
List<IPEndPoint> |
CMClient.getServersOfType(EServerType type)
Returns the list of servers matching the given type
|
Modifier and Type | Field and Description |
---|---|
private IPEndPoint |
Server.endPoint
Gets the IP endpoint of the server.
|
Copyright © 2012. All Rights Reserved.