Package org.eclipse.jetty.io
Class Transport.Unix
java.lang.Object
org.eclipse.jetty.io.Transport.Socket
org.eclipse.jetty.io.Transport.Unix
- All Implemented Interfaces:
Transport
- Direct Known Subclasses:
Transport.TCPUnix,Transport.UDPUnix
- Enclosing interface:
- Transport
Abstract implementation of Transport based on Unix-Domain sockets.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Transport
Transport.IP, Transport.Socket, Transport.TCPIP, Transport.TCPUnix, Transport.UDPIP, Transport.UDPUnix, Transport.Unix, Transport.Wrapper -
Field Summary
Fields inherited from interface org.eclipse.jetty.io.Transport
CONTEXT_KEY, TCP_IP, UDP_IP -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.io.Transport.Socket
connectMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jetty.io.Transport
isIntrinsicallySecure, newClientConnectionFactory, newConnection, newEndPoint, newSelectableChannel, requiresDomainNameResolution
-
Constructor Details
-
Unix
-
-
Method Details
-
getSocketAddress
- Returns:
- the socket address to connect to in case domain name resolution is not required
-
hashCode
public int hashCode() -
equals
-
toString
- Overrides:
toStringin classTransport.Socket
-