Uses of Interface
com.biglybt.core.networkmanager.ProtocolEndpoint
-
Packages that use ProtocolEndpoint Package Description com.biglybt.core.networkmanager com.biglybt.core.networkmanager.impl.tcp com.biglybt.core.networkmanager.impl.udp -
-
Uses of ProtocolEndpoint in com.biglybt.core.networkmanager
Fields in com.biglybt.core.networkmanager declared as ProtocolEndpoint Modifier and Type Field Description (package private) ProtocolEndpoint[]
ConnectionEndpoint. protocols
Methods in com.biglybt.core.networkmanager that return ProtocolEndpoint Modifier and Type Method Description ProtocolEndpoint
ProtocolEndpointHandler. create(ConnectionEndpoint connection_endpoint, java.net.InetSocketAddress address)
ProtocolEndpoint
ProtocolEndpointHandler. create(java.net.InetSocketAddress address)
static ProtocolEndpoint
ProtocolEndpointFactory. createEndpoint(int type, ConnectionEndpoint connection_endpoint, java.net.InetSocketAddress target)
static ProtocolEndpoint
ProtocolEndpointFactory. createEndpoint(int type, java.net.InetSocketAddress target)
ProtocolEndpoint
TransportEndpoint. getProtocolEndpoint()
ProtocolEndpoint[]
ConnectionEndpoint. getProtocols()
Methods in com.biglybt.core.networkmanager with parameters of type ProtocolEndpoint Modifier and Type Method Description void
ConnectionEndpoint. addProtocol(ProtocolEndpoint ep)
-
Uses of ProtocolEndpoint in com.biglybt.core.networkmanager.impl.tcp
Classes in com.biglybt.core.networkmanager.impl.tcp that implement ProtocolEndpoint Modifier and Type Class Description class
ProtocolEndpointTCP
Fields in com.biglybt.core.networkmanager.impl.tcp declared as ProtocolEndpoint Modifier and Type Field Description private ProtocolEndpoint
TransportEndpointTCP. pe
Methods in com.biglybt.core.networkmanager.impl.tcp that return ProtocolEndpoint Modifier and Type Method Description ProtocolEndpoint
TransportEndpointTCP. getProtocolEndpoint()
Constructors in com.biglybt.core.networkmanager.impl.tcp with parameters of type ProtocolEndpoint Constructor Description LightweightTCPTransport(ProtocolEndpoint pe, TransportHelperFilter filter)
TransportEndpointTCP(ProtocolEndpoint _pe, java.nio.channels.SocketChannel _sc)
-
Uses of ProtocolEndpoint in com.biglybt.core.networkmanager.impl.udp
Classes in com.biglybt.core.networkmanager.impl.udp that implement ProtocolEndpoint Modifier and Type Class Description class
ProtocolEndpointUDP
Fields in com.biglybt.core.networkmanager.impl.udp declared as ProtocolEndpoint Modifier and Type Field Description private ProtocolEndpoint
TransportEndpointUDP. pe
Methods in com.biglybt.core.networkmanager.impl.udp that return ProtocolEndpoint Modifier and Type Method Description ProtocolEndpoint
TransportEndpointUDP. getProtocolEndpoint()
Constructors in com.biglybt.core.networkmanager.impl.udp with parameters of type ProtocolEndpoint Constructor Description TransportEndpointUDP(ProtocolEndpoint _pe)
-