Overview
-
class IO-
module Endpoint-
class AddressEndpoint -
class BoundEndpoint -
class GenericEndpoints represent a way of connecting or binding to an address.
-
class CompositeEndpointA composite endpoint is a collection of endpoints that are used in order.
-
class ConnectedEndpoint -
class HostEndpoint -
class SocketEndpointThis class doesn't exert ownership over the specified socket, wraps a native ::IO.
-
class SSLEndpoint -
class UNIXEndpointThis class doesn't exert ownership over the specified unix socket and ensures exclusive access by using
flockwhere possible. -
class Wrapper
-
-
-
module OpenSSL