Package | Description |
---|---|
uk.co.thomasc.steamkit.base | |
uk.co.thomasc.steamkit.networking.steam3 | |
uk.co.thomasc.steamkit.steam3 |
Modifier and Type | Class and Description |
---|---|
class |
ClientMsg<T extends ISteamSerializableMessage>
Represents a struct backed client message.
|
class |
ClientMsgProtobuf<U extends com.google.protobuf.GeneratedMessage.Builder<U>>
Represents a protobuf backed client message.
|
class |
Msg<T extends ISteamSerializableMessage> |
class |
MsgBase<T extends ISteamSerializableHeader>
This is the abstract base class for all available client messages.
|
Modifier and Type | Method and Description |
---|---|
void |
UdpConnection.send(IClientMsg clientMsg)
Serializes and sends the provided message to the server in as many packets as is necessary.
|
void |
TcpConnection.send(IClientMsg clientMsg)
Sends the specified client net message.
|
abstract void |
Connection.send(IClientMsg clientMsg)
Sends the specified client net message.
|
Modifier and Type | Method and Description |
---|---|
void |
CMClient.send(IClientMsg msg)
Sends the specified client message to the server.
|
Copyright © 2012. All Rights Reserved.