Library Net

Package Sockets

Overview

Classes: DatagramSocket, DatagramSocketImpl, DialogSocket, MulticastSocket, NetworkInterface, PollSet, RawSocket, RawSocketImpl, ServerSocket, ServerSocketImpl, Socket, SocketIOS, SocketImpl, SocketInputStream, SocketOutputStream, SocketProactor, SocketStream, SocketStreamBuf, StreamSocket, StreamSocketImpl

Functions: operator <<

Classes

class DatagramSocket

This class provides an interface to an UDP stream socket. more...

class DatagramSocketImpl

This class implements an UDP socket. more...

class DialogSocket

DialogSocket is a subclass of StreamSocket that can be used for implementing request-response based client server connections. more...

class MulticastSocket

A MulticastSocket is a special DatagramSocket that can be used to send packets to and receive packets from multicast groups. more...

class NetworkInterface

This class represents a network interface. more...

class PollSet

A set of sockets that can be efficiently polled as a whole. more...

class RawSocket

This class provides an interface to a raw IP socket. more...

class RawSocketImpl

This class implements a raw socket. more...

class ServerSocket

This class provides an interface to a TCP server socket. more...

class ServerSocketImpl

This class implements a TCP server socket. more...

class Socket

Socket is the common base class for StreamSocket, ServerSocket, DatagramSocket and other socket classes. more...

class SocketIOS

The base class for SocketStream, SocketInputStream and SocketOutputStream. more...

class SocketImpl

This class encapsulates the Berkeley sockets API. more...

class SocketInputStream

An input stream for reading from a socket. more...

class SocketOutputStream

An output stream for writing to a socket. more...

class SocketProactor

This class implements the proactor pattern. more...

class SocketStream

An bidirectional stream for reading from and writing to a socket. more...

class SocketStreamBuf

This is the streambuf class used for reading from and writing to a socket. more...

class StreamSocket

This class provides an interface to a TCP stream socket. more...

class StreamSocketImpl

This class implements a TCP socket. more...