Uses of Class
com.biglybt.core.networkmanager.ConnectionEndpoint
Packages that use ConnectionEndpoint
Package
Description
-
Uses of ConnectionEndpoint in com.biglybt.core.networkmanager
Methods in com.biglybt.core.networkmanager that return ConnectionEndpointModifier and TypeMethodDescriptionProtocolEndpoint.getConnectionEndpoint()NetworkConnectionBase.getEndpoint()ConnectionEndpoint.getLANAdjustedEndpoint()Methods in com.biglybt.core.networkmanager with parameters of type ConnectionEndpointModifier and TypeMethodDescriptionprotected static NetworkConnectionNetworkConnectionFactory.create(ConnectionEndpoint target, MessageStreamEncoder encoder, MessageStreamDecoder decoder, boolean connect_with_crypto, boolean allow_fallback, byte[][] shared_secrets) Create an OUTGOING connection.ProtocolEndpointHandler.create(ConnectionEndpoint connection_endpoint, InetSocketAddress address) 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 ProtocolEndpointProtocolEndpointFactory.createEndpoint(int type, ConnectionEndpoint connection_endpoint, InetSocketAddress target) voidProtocolEndpoint.setConnectionEndpoint(ConnectionEndpoint ce) -
Uses of ConnectionEndpoint in com.biglybt.core.networkmanager.impl
Fields in com.biglybt.core.networkmanager.impl declared as ConnectionEndpointModifier and TypeFieldDescriptionprivate final ConnectionEndpointNetworkConnectionImpl.connection_endpointMethods in com.biglybt.core.networkmanager.impl that return ConnectionEndpointConstructors in com.biglybt.core.networkmanager.impl with parameters of type ConnectionEndpointModifierConstructorDescriptionNetworkConnectionImpl(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 ConnectionEndpointMethods in com.biglybt.core.networkmanager.impl.tcp that return ConnectionEndpointMethods in com.biglybt.core.networkmanager.impl.tcp with parameters of type ConnectionEndpointModifier and TypeMethodDescriptionvoidProtocolEndpointTCP.setConnectionEndpoint(ConnectionEndpoint _ce) Constructors in com.biglybt.core.networkmanager.impl.tcp with parameters of type ConnectionEndpointModifierConstructorDescription(package private)ProtocolEndpointTCP(ConnectionEndpoint _ce, InetSocketAddress _address) -
Uses of ConnectionEndpoint in com.biglybt.core.networkmanager.impl.udp
Fields in com.biglybt.core.networkmanager.impl.udp declared as ConnectionEndpointMethods in com.biglybt.core.networkmanager.impl.udp that return ConnectionEndpointMethods in com.biglybt.core.networkmanager.impl.udp with parameters of type ConnectionEndpointModifier and TypeMethodDescriptionvoidProtocolEndpointUDP.setConnectionEndpoint(ConnectionEndpoint _ce) Constructors in com.biglybt.core.networkmanager.impl.udp with parameters of type ConnectionEndpointModifierConstructorDescription(package private)ProtocolEndpointUDP(ConnectionEndpoint _ce, InetSocketAddress _address) -
Uses of ConnectionEndpoint in com.biglybt.pifimpl.local.messaging
Fields in com.biglybt.pifimpl.local.messaging declared as ConnectionEndpointMethods in com.biglybt.pifimpl.local.messaging that return ConnectionEndpointModifier and TypeMethodDescriptionprotected ConnectionEndpointGenericMessageEndpointImpl.getConnectionEndpoint()Methods in com.biglybt.pifimpl.local.messaging with parameters of type ConnectionEndpointModifier and TypeMethodDescriptionstatic intMessageManagerImpl.adjustCrypto(ConnectionEndpoint endpoint, int crypto) Constructors in com.biglybt.pifimpl.local.messaging with parameters of type ConnectionEndpoint -
Uses of ConnectionEndpoint in com.biglybt.pifimpl.local.peers
Methods in com.biglybt.pifimpl.local.peers that return ConnectionEndpoint