socketimpl.h File Reference


Namespaces

namespace  log4cxx
namespace  log4cxx::helpers

Classes

class  SocketException
 Thrown to indicate that there is an error in the underlying protocol, such as a TCP error. More...
class  SocketMessageTooLargeException
 Thrown if an incoming message is too large. More...
class  PlatformSocketException
 Thrown to indicate that there is an error in the underlying protocol, such as a TCP error. More...
class  ConnectException
 Signals that an error occurred while attempting to connect a socket to a remote address and port. More...
class  BindException
 Signals that an error occurred while attempting to bind a socket to a local address and port. More...
class  InterruptedIOException
 Signals that an I/O operation has been interrupted. More...
class  SocketTimeoutException
 Signals that a timeout has occurred on a socket read or accept. More...
class  SocketImpl
 Default Socket Implementation. More...