Main Page Packages Namespace List Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Search
TcpSocket Member List
This is the complete list of members for TcpSocket, including all inherited members.
- bind(struct sockaddr *sa=NULL)
- close()
- connect(struct sockaddr *sa=NULL)
- getDomain()
- getHost() const
- getInetAddress() const
- getKeepAlive()
- getLocalAddress() const
- getLocalHost() const
- getLocalPort() const
- getLocalSockAddr()
- getPort() const
- getProtocol()
- getRecieveBufferSize()
- getSendBufferSize()
- getSockAddr()
- getSocket()
- getSockOpt(int level, int optname, void *optval, socklen_t *optlen)
- getSoLinger()
- getSoTimeout()
- getTcpNoDelay()
- getType()
- local_sa
[protected]
- localPort
[protected]
- lsa
[protected]
- read(char *buffer, size_t len, int flags=0)
- Socket::read(void *buffer, size_t len, int flags=0)
- remote_sa
[protected]
- remoteAddress
[protected]
- remotePort
[protected]
- rsa
[protected]
- s_domain
[protected]
- s_protocol
[protected]
- s_type
[protected]
- sck
[protected]
- send(char *buffer, size_t len, int flags=0)
- Socket::send(void *buffer, size_t len, int flags=0)
- setKeepAlive(bool on)
- setRecieveBufferSize(int size)
- setSendBufferSize(int size)
- setSockOpt(int level, int optname, void *optval, socklen_t optlen)
- setSoLinger(bool on, int linger)
- setSoTimeout(int timeout)
- setTcpNoDelay(bool on)
- shutdown(int how=2)
- shutdownInput()
- shutdownOutput()
- Socket(sockaddr *sa=NULL, int domain=PF_INET, int type=SOCK_STREAM, int protocol=0)
- Socket(Socket &original)
- Socket(int set_socket, int domain=PF_INET, int type=SOCK_STREAM, int protocol=0)
- TcpSocket(int port=0)
- TcpSocket(Socket &original)
- TcpSocket(InetAddress &address, int port=0)
- TcpSocket(InetAddress &remoteAddr, int remotePort, InetAddress &localAddress, int localPort)
- TcpSocket(char *host, int port)
- TcpSocket(char *remoteHost, int remotePort, InetAddress &localHost, int localPort)
Generated on Sun Oct 14 18:49:57 2001 for Standard J2K Library by
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001