Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Packer roc.PackerInterface
IdGenerator roc.IdGeneratorInterface
Serializer serializer.SerializerInterface
PushChan chan string
ChannelManager *roc.ChannelManager
Socket net.Conn
Addr net.Addr
}
func NewTcpClient ¶
func (*Client) FreshSocket ¶
func (*Client) Recv ¶
func (c *Client) Recv(id uint32, ret interface{}, option *RecvOption) exception.ExceptionInterface
type RecvOption ¶ added in v0.3.1
func NewDefaultRecvOption ¶ added in v0.3.1
func NewDefaultRecvOption() *RecvOption
Click to show internal directories.
Click to hide internal directories.