Package | Description |
---|---|
uk.co.thomasc.steamkit.base |
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> |
Constructor and Description |
---|
ClientMsg(Class<T> clazz,
MsgBase<ExtendedClientMsgHdr> msg) |
ClientMsg(Class<T> clazz,
MsgBase<ExtendedClientMsgHdr> msg,
int payloadReserve)
Initializes a new instance of the
ClientMsg class. |
ClientMsgProtobuf(Class<? extends com.google.protobuf.AbstractMessage> clazz,
EMsg eMsg,
MsgBase<MsgHdrProtoBuf> msg) |
ClientMsgProtobuf(Class<? extends com.google.protobuf.AbstractMessage> clazz,
EMsg eMsg,
MsgBase<MsgHdrProtoBuf> msg,
int payloadReserve)
Initializes a new instance of the
ClientMsgProtobuf class. |
Msg(MsgBase<MsgHdr> msg,
Class<T> clazz,
int payloadReserve)
Initializes a new instance of the
Msg class. |
Copyright © 2012. All Rights Reserved.