Versions in this module Expand all Collapse all v1 v1.0.0 Sep 29, 2016 Changes in this version + const Default_AcceptRequest_TimeoutSeconds + const Default_CloseRequest_SendOffset + const Default_ConnectRequest_TimeoutSeconds + const Default_CreateSocketRequest_ListenBacklog + const Default_PollRequest_TimeoutSeconds + const Default_ReceiveRequest_Flags + const Default_ReceiveRequest_TimeoutSeconds + const Default_RemoteSocketServiceError_SystemError + const Default_SendRequest_Flags + const Default_SendRequest_TimeoutSeconds + var CreateSocketRequest_SocketFamily_name = map[int32]string + var CreateSocketRequest_SocketFamily_value = map[string]int32 + var CreateSocketRequest_SocketProtocol_name = map[int32]string + var CreateSocketRequest_SocketProtocol_value = map[string]int32 + var PollEvent_PollEventFlag_name = map[int32]string + var PollEvent_PollEventFlag_value = map[string]int32 + var ReceiveRequest_Flags_name = map[int32]string + var ReceiveRequest_Flags_value = map[string]int32 + var RemoteSocketServiceError_ErrorCode_name = map[int32]string + var RemoteSocketServiceError_ErrorCode_value = map[string]int32 + var RemoteSocketServiceError_SystemError_name = map[int32]string + var RemoteSocketServiceError_SystemError_value = map[string]int32 + var ResolveReply_ErrorCode_name = map[int32]string + var ResolveReply_ErrorCode_value = map[string]int32 + var ShutDownRequest_How_name = map[int32]string + var ShutDownRequest_How_value = map[string]int32 + var SocketOption_SocketOptionLevel_name = map[int32]string + var SocketOption_SocketOptionLevel_value = map[string]int32 + var SocketOption_SocketOptionName_name = map[int32]string + var SocketOption_SocketOptionName_value = map[string]int32 + type AcceptReply struct + NewSocketDescriptor []byte + RemoteAddress *AddressPort + XXX_unrecognized []byte + func (*AcceptReply) ProtoMessage() + func (m *AcceptReply) GetNewSocketDescriptor() []byte + func (m *AcceptReply) GetRemoteAddress() *AddressPort + func (m *AcceptReply) Reset() + func (m *AcceptReply) String() string + type AcceptRequest struct + SocketDescriptor *string + TimeoutSeconds *float64 + XXX_unrecognized []byte + func (*AcceptRequest) ProtoMessage() + func (m *AcceptRequest) GetSocketDescriptor() string + func (m *AcceptRequest) GetTimeoutSeconds() float64 + func (m *AcceptRequest) Reset() + func (m *AcceptRequest) String() string + type AddressPort struct + HostnameHint *string + PackedAddress []byte + Port *int32 + XXX_unrecognized []byte + func (*AddressPort) ProtoMessage() + func (m *AddressPort) GetHostnameHint() string + func (m *AddressPort) GetPackedAddress() []byte + func (m *AddressPort) GetPort() int32 + func (m *AddressPort) Reset() + func (m *AddressPort) String() string + type BindReply struct + ProxyExternalIp *AddressPort + XXX_unrecognized []byte + func (*BindReply) ProtoMessage() + func (m *BindReply) GetProxyExternalIp() *AddressPort + func (m *BindReply) Reset() + func (m *BindReply) String() string + type BindRequest struct + ProxyExternalIp *AddressPort + SocketDescriptor *string + XXX_unrecognized []byte + func (*BindRequest) ProtoMessage() + func (m *BindRequest) GetProxyExternalIp() *AddressPort + func (m *BindRequest) GetSocketDescriptor() string + func (m *BindRequest) Reset() + func (m *BindRequest) String() string + type CloseReply struct + XXX_unrecognized []byte + func (*CloseReply) ProtoMessage() + func (m *CloseReply) Reset() + func (m *CloseReply) String() string + type CloseRequest struct + SendOffset *int64 + SocketDescriptor *string + XXX_unrecognized []byte + func (*CloseRequest) ProtoMessage() + func (m *CloseRequest) GetSendOffset() int64 + func (m *CloseRequest) GetSocketDescriptor() string + func (m *CloseRequest) Reset() + func (m *CloseRequest) String() string + type ConnectReply struct + ProxyExternalIp *AddressPort + XXX_extensions map[int32]proto.Extension + XXX_unrecognized []byte + func (*ConnectReply) ExtensionRangeArray() []proto.ExtensionRange + func (*ConnectReply) ProtoMessage() + func (m *ConnectReply) ExtensionMap() map[int32]proto.Extension + func (m *ConnectReply) GetProxyExternalIp() *AddressPort + func (m *ConnectReply) Reset() + func (m *ConnectReply) String() string + type ConnectRequest struct + RemoteIp *AddressPort + SocketDescriptor *string + TimeoutSeconds *float64 + XXX_unrecognized []byte + func (*ConnectRequest) ProtoMessage() + func (m *ConnectRequest) GetRemoteIp() *AddressPort + func (m *ConnectRequest) GetSocketDescriptor() string + func (m *ConnectRequest) GetTimeoutSeconds() float64 + func (m *ConnectRequest) Reset() + func (m *ConnectRequest) String() string + type CreateSocketReply struct + ProxyExternalIp *AddressPort + ServerAddress *AddressPort + SocketDescriptor *string + XXX_extensions map[int32]proto.Extension + XXX_unrecognized []byte + func (*CreateSocketReply) ExtensionRangeArray() []proto.ExtensionRange + func (*CreateSocketReply) ProtoMessage() + func (m *CreateSocketReply) ExtensionMap() map[int32]proto.Extension + func (m *CreateSocketReply) GetProxyExternalIp() *AddressPort + func (m *CreateSocketReply) GetServerAddress() *AddressPort + func (m *CreateSocketReply) GetSocketDescriptor() string + func (m *CreateSocketReply) Reset() + func (m *CreateSocketReply) String() string + type CreateSocketRequest struct + AppId *string + Family *CreateSocketRequest_SocketFamily + ListenBacklog *int32 + ProjectId *int64 + Protocol *CreateSocketRequest_SocketProtocol + ProxyExternalIp *AddressPort + RemoteIp *AddressPort + SocketOptions []*SocketOption + XXX_unrecognized []byte + func (*CreateSocketRequest) ProtoMessage() + func (m *CreateSocketRequest) GetAppId() string + func (m *CreateSocketRequest) GetFamily() CreateSocketRequest_SocketFamily + func (m *CreateSocketRequest) GetListenBacklog() int32 + func (m *CreateSocketRequest) GetProjectId() int64 + func (m *CreateSocketRequest) GetProtocol() CreateSocketRequest_SocketProtocol + func (m *CreateSocketRequest) GetProxyExternalIp() *AddressPort + func (m *CreateSocketRequest) GetRemoteIp() *AddressPort + func (m *CreateSocketRequest) GetSocketOptions() []*SocketOption + func (m *CreateSocketRequest) Reset() + func (m *CreateSocketRequest) String() string + type CreateSocketRequest_SocketFamily int32 + const CreateSocketRequest_IPv4 + const CreateSocketRequest_IPv6 + func (x *CreateSocketRequest_SocketFamily) UnmarshalJSON(data []byte) error + func (x CreateSocketRequest_SocketFamily) Enum() *CreateSocketRequest_SocketFamily + func (x CreateSocketRequest_SocketFamily) String() string + type CreateSocketRequest_SocketProtocol int32 + const CreateSocketRequest_TCP + const CreateSocketRequest_UDP + func (x *CreateSocketRequest_SocketProtocol) UnmarshalJSON(data []byte) error + func (x CreateSocketRequest_SocketProtocol) Enum() *CreateSocketRequest_SocketProtocol + func (x CreateSocketRequest_SocketProtocol) String() string + type GetPeerNameReply struct + PeerIp *AddressPort + XXX_unrecognized []byte + func (*GetPeerNameReply) ProtoMessage() + func (m *GetPeerNameReply) GetPeerIp() *AddressPort + func (m *GetPeerNameReply) Reset() + func (m *GetPeerNameReply) String() string + type GetPeerNameRequest struct + SocketDescriptor *string + XXX_unrecognized []byte + func (*GetPeerNameRequest) ProtoMessage() + func (m *GetPeerNameRequest) GetSocketDescriptor() string + func (m *GetPeerNameRequest) Reset() + func (m *GetPeerNameRequest) String() string + type GetSocketNameReply struct + ProxyExternalIp *AddressPort + XXX_unrecognized []byte + func (*GetSocketNameReply) ProtoMessage() + func (m *GetSocketNameReply) GetProxyExternalIp() *AddressPort + func (m *GetSocketNameReply) Reset() + func (m *GetSocketNameReply) String() string + type GetSocketNameRequest struct + SocketDescriptor *string + XXX_unrecognized []byte + func (*GetSocketNameRequest) ProtoMessage() + func (m *GetSocketNameRequest) GetSocketDescriptor() string + func (m *GetSocketNameRequest) Reset() + func (m *GetSocketNameRequest) String() string + type GetSocketOptionsReply struct + Options []*SocketOption + XXX_unrecognized []byte + func (*GetSocketOptionsReply) ProtoMessage() + func (m *GetSocketOptionsReply) GetOptions() []*SocketOption + func (m *GetSocketOptionsReply) Reset() + func (m *GetSocketOptionsReply) String() string + type GetSocketOptionsRequest struct + Options []*SocketOption + SocketDescriptor *string + XXX_unrecognized []byte + func (*GetSocketOptionsRequest) ProtoMessage() + func (m *GetSocketOptionsRequest) GetOptions() []*SocketOption + func (m *GetSocketOptionsRequest) GetSocketDescriptor() string + func (m *GetSocketOptionsRequest) Reset() + func (m *GetSocketOptionsRequest) String() string + type ListenReply struct + XXX_unrecognized []byte + func (*ListenReply) ProtoMessage() + func (m *ListenReply) Reset() + func (m *ListenReply) String() string + type ListenRequest struct + Backlog *int32 + SocketDescriptor *string + XXX_unrecognized []byte + func (*ListenRequest) ProtoMessage() + func (m *ListenRequest) GetBacklog() int32 + func (m *ListenRequest) GetSocketDescriptor() string + func (m *ListenRequest) Reset() + func (m *ListenRequest) String() string + type PollEvent struct + ObservedEvents *int32 + RequestedEvents *int32 + SocketDescriptor *string + XXX_unrecognized []byte + func (*PollEvent) ProtoMessage() + func (m *PollEvent) GetObservedEvents() int32 + func (m *PollEvent) GetRequestedEvents() int32 + func (m *PollEvent) GetSocketDescriptor() string + func (m *PollEvent) Reset() + func (m *PollEvent) String() string + type PollEvent_PollEventFlag int32 + const PollEvent_SOCKET_POLLERR + const PollEvent_SOCKET_POLLHUP + const PollEvent_SOCKET_POLLIN + const PollEvent_SOCKET_POLLMSG + const PollEvent_SOCKET_POLLNONE + const PollEvent_SOCKET_POLLNVAL + const PollEvent_SOCKET_POLLOUT + const PollEvent_SOCKET_POLLPRI + const PollEvent_SOCKET_POLLRDBAND + const PollEvent_SOCKET_POLLRDHUP + const PollEvent_SOCKET_POLLRDNORM + const PollEvent_SOCKET_POLLREMOVE + const PollEvent_SOCKET_POLLWRBAND + const PollEvent_SOCKET_POLLWRNORM + func (x *PollEvent_PollEventFlag) UnmarshalJSON(data []byte) error + func (x PollEvent_PollEventFlag) Enum() *PollEvent_PollEventFlag + func (x PollEvent_PollEventFlag) String() string + type PollReply struct + Events []*PollEvent + XXX_unrecognized []byte + func (*PollReply) ProtoMessage() + func (m *PollReply) GetEvents() []*PollEvent + func (m *PollReply) Reset() + func (m *PollReply) String() string + type PollRequest struct + Events []*PollEvent + TimeoutSeconds *float64 + XXX_unrecognized []byte + func (*PollRequest) ProtoMessage() + func (m *PollRequest) GetEvents() []*PollEvent + func (m *PollRequest) GetTimeoutSeconds() float64 + func (m *PollRequest) Reset() + func (m *PollRequest) String() string + type ReceiveReply struct + BufferSize *int32 + Data []byte + ReceivedFrom *AddressPort + StreamOffset *int64 + XXX_unrecognized []byte + func (*ReceiveReply) ProtoMessage() + func (m *ReceiveReply) GetBufferSize() int32 + func (m *ReceiveReply) GetData() []byte + func (m *ReceiveReply) GetReceivedFrom() *AddressPort + func (m *ReceiveReply) GetStreamOffset() int64 + func (m *ReceiveReply) Reset() + func (m *ReceiveReply) String() string + type ReceiveRequest struct + DataSize *int32 + Flags *int32 + SocketDescriptor *string + TimeoutSeconds *float64 + XXX_unrecognized []byte + func (*ReceiveRequest) ProtoMessage() + func (m *ReceiveRequest) GetDataSize() int32 + func (m *ReceiveRequest) GetFlags() int32 + func (m *ReceiveRequest) GetSocketDescriptor() string + func (m *ReceiveRequest) GetTimeoutSeconds() float64 + func (m *ReceiveRequest) Reset() + func (m *ReceiveRequest) String() string + type ReceiveRequest_Flags int32 + const ReceiveRequest_MSG_OOB + const ReceiveRequest_MSG_PEEK + func (x *ReceiveRequest_Flags) UnmarshalJSON(data []byte) error + func (x ReceiveRequest_Flags) Enum() *ReceiveRequest_Flags + func (x ReceiveRequest_Flags) String() string + type RemoteSocketServiceError struct + ErrorDetail *string + SystemError *int32 + XXX_unrecognized []byte + func (*RemoteSocketServiceError) ProtoMessage() + func (m *RemoteSocketServiceError) GetErrorDetail() string + func (m *RemoteSocketServiceError) GetSystemError() int32 + func (m *RemoteSocketServiceError) Reset() + func (m *RemoteSocketServiceError) String() string + type RemoteSocketServiceError_ErrorCode int32 + const RemoteSocketServiceError_FAILURE + const RemoteSocketServiceError_GAI_ERROR + const RemoteSocketServiceError_INVALID_REQUEST + const RemoteSocketServiceError_PERMISSION_DENIED + const RemoteSocketServiceError_SOCKET_CLOSED + const RemoteSocketServiceError_SYSTEM_ERROR + func (x *RemoteSocketServiceError_ErrorCode) UnmarshalJSON(data []byte) error + func (x RemoteSocketServiceError_ErrorCode) Enum() *RemoteSocketServiceError_ErrorCode + func (x RemoteSocketServiceError_ErrorCode) String() string + type RemoteSocketServiceError_SystemError int32 + const RemoteSocketServiceError_SYS_E2BIG + const RemoteSocketServiceError_SYS_EACCES + const RemoteSocketServiceError_SYS_EADDRINUSE + const RemoteSocketServiceError_SYS_EADDRNOTAVAIL + const RemoteSocketServiceError_SYS_EADV + const RemoteSocketServiceError_SYS_EAFNOSUPPORT + const RemoteSocketServiceError_SYS_EAGAIN + const RemoteSocketServiceError_SYS_EALREADY + const RemoteSocketServiceError_SYS_EBADE + const RemoteSocketServiceError_SYS_EBADF + const RemoteSocketServiceError_SYS_EBADFD + const RemoteSocketServiceError_SYS_EBADMSG + const RemoteSocketServiceError_SYS_EBADR + const RemoteSocketServiceError_SYS_EBADRQC + const RemoteSocketServiceError_SYS_EBADSLT + const RemoteSocketServiceError_SYS_EBFONT + const RemoteSocketServiceError_SYS_EBUSY + const RemoteSocketServiceError_SYS_ECANCELED + const RemoteSocketServiceError_SYS_ECHILD + const RemoteSocketServiceError_SYS_ECHRNG + const RemoteSocketServiceError_SYS_ECOMM + const RemoteSocketServiceError_SYS_ECONNABORTED + const RemoteSocketServiceError_SYS_ECONNREFUSED + const RemoteSocketServiceError_SYS_ECONNRESET + const RemoteSocketServiceError_SYS_EDEADLK + const RemoteSocketServiceError_SYS_EDEADLOCK + const RemoteSocketServiceError_SYS_EDESTADDRREQ + const RemoteSocketServiceError_SYS_EDOM + const RemoteSocketServiceError_SYS_EDOTDOT + const RemoteSocketServiceError_SYS_EDQUOT + const RemoteSocketServiceError_SYS_EEXIST + const RemoteSocketServiceError_SYS_EFAULT + const RemoteSocketServiceError_SYS_EFBIG + const RemoteSocketServiceError_SYS_EHOSTDOWN + const RemoteSocketServiceError_SYS_EHOSTUNREACH + const RemoteSocketServiceError_SYS_EIDRM + const RemoteSocketServiceError_SYS_EILSEQ + const RemoteSocketServiceError_SYS_EINPROGRESS + const RemoteSocketServiceError_SYS_EINTR + const RemoteSocketServiceError_SYS_EINVAL + const RemoteSocketServiceError_SYS_EIO + const RemoteSocketServiceError_SYS_EISCONN + const RemoteSocketServiceError_SYS_EISDIR + const RemoteSocketServiceError_SYS_EISNAM + const RemoteSocketServiceError_SYS_EKEYEXPIRED + const RemoteSocketServiceError_SYS_EKEYREJECTED + const RemoteSocketServiceError_SYS_EKEYREVOKED + const RemoteSocketServiceError_SYS_EL2HLT + const RemoteSocketServiceError_SYS_EL2NSYNC + const RemoteSocketServiceError_SYS_EL3HLT + const RemoteSocketServiceError_SYS_EL3RST + const RemoteSocketServiceError_SYS_ELIBACC + const RemoteSocketServiceError_SYS_ELIBBAD + const RemoteSocketServiceError_SYS_ELIBEXEC + const RemoteSocketServiceError_SYS_ELIBMAX + const RemoteSocketServiceError_SYS_ELIBSCN + const RemoteSocketServiceError_SYS_ELNRNG + const RemoteSocketServiceError_SYS_ELOOP + const RemoteSocketServiceError_SYS_EMEDIUMTYPE + const RemoteSocketServiceError_SYS_EMFILE + const RemoteSocketServiceError_SYS_EMLINK + const RemoteSocketServiceError_SYS_EMSGSIZE + const RemoteSocketServiceError_SYS_EMULTIHOP + const RemoteSocketServiceError_SYS_ENAMETOOLONG + const RemoteSocketServiceError_SYS_ENAVAIL + const RemoteSocketServiceError_SYS_ENETDOWN + const RemoteSocketServiceError_SYS_ENETRESET + const RemoteSocketServiceError_SYS_ENETUNREACH + const RemoteSocketServiceError_SYS_ENFILE + const RemoteSocketServiceError_SYS_ENOANO + const RemoteSocketServiceError_SYS_ENOBUFS + const RemoteSocketServiceError_SYS_ENOCSI + const RemoteSocketServiceError_SYS_ENODATA + const RemoteSocketServiceError_SYS_ENODEV + const RemoteSocketServiceError_SYS_ENOENT + const RemoteSocketServiceError_SYS_ENOEXEC + const RemoteSocketServiceError_SYS_ENOKEY + const RemoteSocketServiceError_SYS_ENOLCK + const RemoteSocketServiceError_SYS_ENOLINK + const RemoteSocketServiceError_SYS_ENOMEDIUM + const RemoteSocketServiceError_SYS_ENOMEM + const RemoteSocketServiceError_SYS_ENOMSG + const RemoteSocketServiceError_SYS_ENONET + const RemoteSocketServiceError_SYS_ENOPKG + const RemoteSocketServiceError_SYS_ENOPROTOOPT + const RemoteSocketServiceError_SYS_ENOSPC + const RemoteSocketServiceError_SYS_ENOSR + const RemoteSocketServiceError_SYS_ENOSTR + const RemoteSocketServiceError_SYS_ENOSYS + const RemoteSocketServiceError_SYS_ENOTBLK + const RemoteSocketServiceError_SYS_ENOTCONN + const RemoteSocketServiceError_SYS_ENOTDIR + const RemoteSocketServiceError_SYS_ENOTEMPTY + const RemoteSocketServiceError_SYS_ENOTNAM + const RemoteSocketServiceError_SYS_ENOTRECOVERABLE + const RemoteSocketServiceError_SYS_ENOTSOCK + const RemoteSocketServiceError_SYS_ENOTSUP + const RemoteSocketServiceError_SYS_ENOTTY + const RemoteSocketServiceError_SYS_ENOTUNIQ + const RemoteSocketServiceError_SYS_ENXIO + const RemoteSocketServiceError_SYS_EOPNOTSUPP + const RemoteSocketServiceError_SYS_EOVERFLOW + const RemoteSocketServiceError_SYS_EOWNERDEAD + const RemoteSocketServiceError_SYS_EPERM + const RemoteSocketServiceError_SYS_EPFNOSUPPORT + const RemoteSocketServiceError_SYS_EPIPE + const RemoteSocketServiceError_SYS_EPROTO + const RemoteSocketServiceError_SYS_EPROTONOSUPPORT + const RemoteSocketServiceError_SYS_EPROTOTYPE + const RemoteSocketServiceError_SYS_ERANGE + const RemoteSocketServiceError_SYS_EREMCHG + const RemoteSocketServiceError_SYS_EREMOTE + const RemoteSocketServiceError_SYS_EREMOTEIO + const RemoteSocketServiceError_SYS_ERESTART + const RemoteSocketServiceError_SYS_ERFKILL + const RemoteSocketServiceError_SYS_EROFS + const RemoteSocketServiceError_SYS_ESHUTDOWN + const RemoteSocketServiceError_SYS_ESOCKTNOSUPPORT + const RemoteSocketServiceError_SYS_ESPIPE + const RemoteSocketServiceError_SYS_ESRCH + const RemoteSocketServiceError_SYS_ESRMNT + const RemoteSocketServiceError_SYS_ESTALE + const RemoteSocketServiceError_SYS_ESTRPIPE + const RemoteSocketServiceError_SYS_ETIME + const RemoteSocketServiceError_SYS_ETIMEDOUT + const RemoteSocketServiceError_SYS_ETOOMANYREFS + const RemoteSocketServiceError_SYS_ETXTBSY + const RemoteSocketServiceError_SYS_EUCLEAN + const RemoteSocketServiceError_SYS_EUNATCH + const RemoteSocketServiceError_SYS_EUSERS + const RemoteSocketServiceError_SYS_EWOULDBLOCK + const RemoteSocketServiceError_SYS_EXDEV + const RemoteSocketServiceError_SYS_EXFULL + const RemoteSocketServiceError_SYS_SUCCESS + func (x *RemoteSocketServiceError_SystemError) UnmarshalJSON(data []byte) error + func (x RemoteSocketServiceError_SystemError) Enum() *RemoteSocketServiceError_SystemError + func (x RemoteSocketServiceError_SystemError) String() string + type ResolveReply struct + Aliases []string + CanonicalName *string + PackedAddress [][]byte + XXX_unrecognized []byte + func (*ResolveReply) ProtoMessage() + func (m *ResolveReply) GetAliases() []string + func (m *ResolveReply) GetCanonicalName() string + func (m *ResolveReply) GetPackedAddress() [][]byte + func (m *ResolveReply) Reset() + func (m *ResolveReply) String() string + type ResolveReply_ErrorCode int32 + const ResolveReply_SOCKET_EAI_ADDRFAMILY + const ResolveReply_SOCKET_EAI_AGAIN + const ResolveReply_SOCKET_EAI_BADFLAGS + const ResolveReply_SOCKET_EAI_BADHINTS + const ResolveReply_SOCKET_EAI_FAIL + const ResolveReply_SOCKET_EAI_FAMILY + const ResolveReply_SOCKET_EAI_MAX + const ResolveReply_SOCKET_EAI_MEMORY + const ResolveReply_SOCKET_EAI_NODATA + const ResolveReply_SOCKET_EAI_NONAME + const ResolveReply_SOCKET_EAI_OVERFLOW + const ResolveReply_SOCKET_EAI_PROTOCOL + const ResolveReply_SOCKET_EAI_SERVICE + const ResolveReply_SOCKET_EAI_SOCKTYPE + const ResolveReply_SOCKET_EAI_SYSTEM + func (x *ResolveReply_ErrorCode) UnmarshalJSON(data []byte) error + func (x ResolveReply_ErrorCode) Enum() *ResolveReply_ErrorCode + func (x ResolveReply_ErrorCode) String() string + type ResolveRequest struct + AddressFamilies []CreateSocketRequest_SocketFamily + Name *string + XXX_unrecognized []byte + func (*ResolveRequest) ProtoMessage() + func (m *ResolveRequest) GetAddressFamilies() []CreateSocketRequest_SocketFamily + func (m *ResolveRequest) GetName() string + func (m *ResolveRequest) Reset() + func (m *ResolveRequest) String() string + type SendReply struct + DataSent *int32 + XXX_unrecognized []byte + func (*SendReply) ProtoMessage() + func (m *SendReply) GetDataSent() int32 + func (m *SendReply) Reset() + func (m *SendReply) String() string + type SendRequest struct + Data []byte + Flags *int32 + SendTo *AddressPort + SocketDescriptor *string + StreamOffset *int64 + TimeoutSeconds *float64 + XXX_unrecognized []byte + func (*SendRequest) ProtoMessage() + func (m *SendRequest) GetData() []byte + func (m *SendRequest) GetFlags() int32 + func (m *SendRequest) GetSendTo() *AddressPort + func (m *SendRequest) GetSocketDescriptor() string + func (m *SendRequest) GetStreamOffset() int64 + func (m *SendRequest) GetTimeoutSeconds() float64 + func (m *SendRequest) Reset() + func (m *SendRequest) String() string + type SetSocketOptionsReply struct + XXX_unrecognized []byte + func (*SetSocketOptionsReply) ProtoMessage() + func (m *SetSocketOptionsReply) Reset() + func (m *SetSocketOptionsReply) String() string + type SetSocketOptionsRequest struct + Options []*SocketOption + SocketDescriptor *string + XXX_unrecognized []byte + func (*SetSocketOptionsRequest) ProtoMessage() + func (m *SetSocketOptionsRequest) GetOptions() []*SocketOption + func (m *SetSocketOptionsRequest) GetSocketDescriptor() string + func (m *SetSocketOptionsRequest) Reset() + func (m *SetSocketOptionsRequest) String() string + type ShutDownReply struct + XXX_unrecognized []byte + func (*ShutDownReply) ProtoMessage() + func (m *ShutDownReply) Reset() + func (m *ShutDownReply) String() string + type ShutDownRequest struct + How *ShutDownRequest_How + SendOffset *int64 + SocketDescriptor *string + XXX_unrecognized []byte + func (*ShutDownRequest) ProtoMessage() + func (m *ShutDownRequest) GetHow() ShutDownRequest_How + func (m *ShutDownRequest) GetSendOffset() int64 + func (m *ShutDownRequest) GetSocketDescriptor() string + func (m *ShutDownRequest) Reset() + func (m *ShutDownRequest) String() string + type ShutDownRequest_How int32 + const ShutDownRequest_SOCKET_SHUT_RD + const ShutDownRequest_SOCKET_SHUT_RDWR + const ShutDownRequest_SOCKET_SHUT_WR + func (x *ShutDownRequest_How) UnmarshalJSON(data []byte) error + func (x ShutDownRequest_How) Enum() *ShutDownRequest_How + func (x ShutDownRequest_How) String() string + type SocketOption struct + Level *SocketOption_SocketOptionLevel + Option *SocketOption_SocketOptionName + Value []byte + XXX_unrecognized []byte + func (*SocketOption) ProtoMessage() + func (m *SocketOption) GetLevel() SocketOption_SocketOptionLevel + func (m *SocketOption) GetOption() SocketOption_SocketOptionName + func (m *SocketOption) GetValue() []byte + func (m *SocketOption) Reset() + func (m *SocketOption) String() string + type SocketOption_SocketOptionLevel int32 + const SocketOption_SOCKET_SOL_IP + const SocketOption_SOCKET_SOL_SOCKET + const SocketOption_SOCKET_SOL_TCP + const SocketOption_SOCKET_SOL_UDP + func (x *SocketOption_SocketOptionLevel) UnmarshalJSON(data []byte) error + func (x SocketOption_SocketOptionLevel) Enum() *SocketOption_SocketOptionLevel + func (x SocketOption_SocketOptionLevel) String() string + type SocketOption_SocketOptionName int32 + const SocketOption_SOCKET_IP_HDRINCL + const SocketOption_SOCKET_IP_OPTIONS + const SocketOption_SOCKET_IP_TOS + const SocketOption_SOCKET_IP_TTL + const SocketOption_SOCKET_SO_BROADCAST + const SocketOption_SOCKET_SO_DEBUG + const SocketOption_SOCKET_SO_DONTROUTE + const SocketOption_SOCKET_SO_ERROR + const SocketOption_SOCKET_SO_KEEPALIVE + const SocketOption_SOCKET_SO_LINGER + const SocketOption_SOCKET_SO_OOBINLINE + const SocketOption_SOCKET_SO_RCVBUF + const SocketOption_SOCKET_SO_RCVTIMEO + const SocketOption_SOCKET_SO_REUSEADDR + const SocketOption_SOCKET_SO_SNDBUF + const SocketOption_SOCKET_SO_SNDTIMEO + const SocketOption_SOCKET_SO_TYPE + const SocketOption_SOCKET_TCP_CORK + const SocketOption_SOCKET_TCP_DEFER_ACCEPT + const SocketOption_SOCKET_TCP_INFO + const SocketOption_SOCKET_TCP_KEEPCNT + const SocketOption_SOCKET_TCP_KEEPIDLE + const SocketOption_SOCKET_TCP_KEEPINTVL + const SocketOption_SOCKET_TCP_LINGER2 + const SocketOption_SOCKET_TCP_MAXSEG + const SocketOption_SOCKET_TCP_NODELAY + const SocketOption_SOCKET_TCP_QUICKACK + const SocketOption_SOCKET_TCP_SYNCNT + const SocketOption_SOCKET_TCP_WINDOW_CLAMP + func (x *SocketOption_SocketOptionName) UnmarshalJSON(data []byte) error + func (x SocketOption_SocketOptionName) Enum() *SocketOption_SocketOptionName + func (x SocketOption_SocketOptionName) String() string