Overview
-
class IO
-
module Endpoint
-
class AddressEndpoint
-
class BoundEndpoint
-
class Generic
Endpoints represent a way of connecting or binding to an address.
-
class CompositeEndpoint
A composite endpoint is a collection of endpoints that are used in order.
-
class ConnectedEndpoint
-
class HostEndpoint
-
class SocketEndpoint
This class doesn't exert ownership over the specified socket, wraps a native ::IO.
-
class SSLEndpoint
-
class UNIXEndpoint
This class doesn't exert ownership over the specified unix socket and ensures exclusive access by using
flock
where possible. -
class Wrapper
-
class ThreadWrapper
-
class FiberWrapper
-
-
-
module OpenSSL