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
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.jetty.io.Transport.Socket
connect
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.io.Transport
isIntrinsicallySecure, 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:
toString
in classTransport.Socket
-