org.limewire.io
Interface Connectable
- All Superinterfaces:
- Address, IpPort
- All Known Subinterfaces:
- Connection, RoutedConnection, Uploader
- All Known Implementing Classes:
- AbstractConnection, AbstractUploader, BTUploader, ConnectableImpl, Endpoint, EndpointData, ExtendedEndpoint, GnutellaConnection, HTTPUploader, IpPortForSelf, PingReplyImpl, TorrentLocation
public interface Connectable
- extends IpPort, Address
Exposes all information necessary for connecting to a host.
|
Method Summary |
boolean |
isTLSCapable()
Determines if the host is capable of receiving incoming TLS connections. |
COMPARATOR
static final Comparator<Connectable> COMPARATOR
EMPTY_LIST
static final List<Connectable> EMPTY_LIST
- An empty list, casted to an Connectable.
EMPTY_SET
static final Set<Connectable> EMPTY_SET
- An empty set, casted to an Connectable.
isTLSCapable
boolean isTLSCapable()
- Determines if the host is capable of receiving incoming TLS connections.
Copyright © 2009. All Rights Reserved.