Class DestinationTicket
- java.lang.Object
-
- org.smallmind.web.reverse.http1_1.DestinationTicket
-
public class DestinationTicket extends Object
-
-
Constructor Summary
Constructors Constructor Description DestinationTicket(ProxyTarget target, SocketChannel destinationChannel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ProxyTargetgetProxyTarget()SocketChannelgetSocketChannel()inthashCode()
-
-
-
Constructor Detail
-
DestinationTicket
public DestinationTicket(ProxyTarget target, SocketChannel destinationChannel)
-
-
Method Detail
-
getProxyTarget
public ProxyTarget getProxyTarget()
-
getSocketChannel
public SocketChannel getSocketChannel()
-
-