Uses of Class
com.biglybt.core.networkmanager.ConnectionEndpoint
-
-
Uses of ConnectionEndpoint in com.biglybt.core.networkmanager
Methods in com.biglybt.core.networkmanager that return ConnectionEndpoint Modifier and Type Method Description ConnectionEndpoint
ProtocolEndpoint. getConnectionEndpoint()
ConnectionEndpoint
NetworkConnectionBase. getEndpoint()
ConnectionEndpoint
ConnectionEndpoint. getLANAdjustedEndpoint()
Methods in com.biglybt.core.networkmanager with parameters of type ConnectionEndpoint Modifier and Type Method Description protected static NetworkConnection
NetworkConnectionFactory. create(ConnectionEndpoint target, MessageStreamEncoder encoder, MessageStreamDecoder decoder, boolean connect_with_crypto, boolean allow_fallback, byte[][] shared_secrets)
Create an OUTGOING connection.ProtocolEndpoint
ProtocolEndpointHandler. create(ConnectionEndpoint connection_endpoint, java.net.InetSocketAddress address)
NetworkConnection
NetworkManager. createConnection(ConnectionEndpoint target, MessageStreamEncoder encoder, MessageStreamDecoder decoder, boolean connect_with_crypto, boolean allow_fallback, byte[][] shared_secrets)
Create a new unconnected remote network connection (for outbound-initiated connections).static ProtocolEndpoint
ProtocolEndpointFactory. createEndpoint(int type, ConnectionEndpoint connection_endpoint, java.net.InetSocketAddress target)
void
ProtocolEndpoint. setConnectionEndpoint(ConnectionEndpoint ce)
-
Uses of ConnectionEndpoint in com.biglybt.core.networkmanager.impl
Fields in com.biglybt.core.networkmanager.impl declared as ConnectionEndpoint Modifier and Type Field Description private ConnectionEndpoint
NetworkConnectionImpl. connection_endpoint
Methods in com.biglybt.core.networkmanager.impl that return ConnectionEndpoint Modifier and Type Method Description ConnectionEndpoint
NetworkConnectionImpl. getEndpoint()
Constructors in com.biglybt.core.networkmanager.impl with parameters of type ConnectionEndpoint Constructor Description NetworkConnectionImpl(ConnectionEndpoint _target, MessageStreamEncoder encoder, MessageStreamDecoder decoder, boolean _connect_with_crypto, boolean _allow_fallback, byte[][] _shared_secrets)
Constructor for new OUTbound connection. -
Uses of ConnectionEndpoint in com.biglybt.core.networkmanager.impl.tcp
Fields in com.biglybt.core.networkmanager.impl.tcp declared as ConnectionEndpoint Modifier and Type Field Description private ConnectionEndpoint
ProtocolEndpointTCP. ce
Methods in com.biglybt.core.networkmanager.impl.tcp that return ConnectionEndpoint Modifier and Type Method Description ConnectionEndpoint
ProtocolEndpointTCP. getConnectionEndpoint()
Methods in com.biglybt.core.networkmanager.impl.tcp with parameters of type ConnectionEndpoint Modifier and Type Method Description void
ProtocolEndpointTCP. setConnectionEndpoint(ConnectionEndpoint _ce)
Constructors in com.biglybt.core.networkmanager.impl.tcp with parameters of type ConnectionEndpoint Constructor Description ProtocolEndpointTCP(ConnectionEndpoint _ce, java.net.InetSocketAddress _address)
-
Uses of ConnectionEndpoint in com.biglybt.core.networkmanager.impl.udp
Fields in com.biglybt.core.networkmanager.impl.udp declared as ConnectionEndpoint Modifier and Type Field Description private ConnectionEndpoint
ProtocolEndpointUDP. ce
Methods in com.biglybt.core.networkmanager.impl.udp that return ConnectionEndpoint Modifier and Type Method Description ConnectionEndpoint
ProtocolEndpointUDP. getConnectionEndpoint()
Methods in com.biglybt.core.networkmanager.impl.udp with parameters of type ConnectionEndpoint Modifier and Type Method Description void
ProtocolEndpointUDP. setConnectionEndpoint(ConnectionEndpoint _ce)
Constructors in com.biglybt.core.networkmanager.impl.udp with parameters of type ConnectionEndpoint Constructor Description ProtocolEndpointUDP(ConnectionEndpoint _ce, java.net.InetSocketAddress _address)
-
Uses of ConnectionEndpoint in com.biglybt.pifimpl.local.messaging
Fields in com.biglybt.pifimpl.local.messaging declared as ConnectionEndpoint Modifier and Type Field Description private ConnectionEndpoint
GenericMessageEndpointImpl. ce
Methods in com.biglybt.pifimpl.local.messaging that return ConnectionEndpoint Modifier and Type Method Description protected ConnectionEndpoint
GenericMessageEndpointImpl. getConnectionEndpoint()
Methods in com.biglybt.pifimpl.local.messaging with parameters of type ConnectionEndpoint Modifier and Type Method Description static int
MessageManagerImpl. adjustCrypto(ConnectionEndpoint endpoint, int crypto)
Constructors in com.biglybt.pifimpl.local.messaging with parameters of type ConnectionEndpoint Constructor Description GenericMessageEndpointImpl(ConnectionEndpoint _ce)
-
Uses of ConnectionEndpoint in com.biglybt.pifimpl.local.peers
Methods in com.biglybt.pifimpl.local.peers that return ConnectionEndpoint Modifier and Type Method Description ConnectionEndpoint
PeerForeignNetworkConnection. getEndpoint()
-