Class TransportStartpointTCP
- java.lang.Object
-
- com.biglybt.core.networkmanager.impl.tcp.TransportStartpointTCP
-
- All Implemented Interfaces:
ProtocolStartpoint
,TransportStartpoint
public class TransportStartpointTCP extends java.lang.Object implements TransportStartpoint, ProtocolStartpoint
-
-
Field Summary
Fields Modifier and Type Field Description private TransportEndpointTCP
ep
private static AEProxyAddressMapper
proxy_address_mapper
-
Constructor Summary
Constructors Constructor Description TransportStartpointTCP(TransportEndpointTCP _ep)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.InetSocketAddress
getAddress()
java.lang.String
getDescription()
java.net.InetSocketAddress
getNotionalAddress()
ProtocolStartpoint
getProtocolStartpoint()
int
getType()
-
-
-
Field Detail
-
proxy_address_mapper
private static final AEProxyAddressMapper proxy_address_mapper
-
ep
private final TransportEndpointTCP ep
-
-
Constructor Detail
-
TransportStartpointTCP
public TransportStartpointTCP(TransportEndpointTCP _ep)
-
-
Method Detail
-
getProtocolStartpoint
public ProtocolStartpoint getProtocolStartpoint()
- Specified by:
getProtocolStartpoint
in interfaceTransportStartpoint
-
getType
public int getType()
- Specified by:
getType
in interfaceProtocolStartpoint
-
getAddress
public java.net.InetSocketAddress getAddress()
- Specified by:
getAddress
in interfaceProtocolStartpoint
-
getNotionalAddress
public java.net.InetSocketAddress getNotionalAddress()
- Specified by:
getNotionalAddress
in interfaceProtocolStartpoint
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interfaceProtocolStartpoint
-
-