|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aelitis.azureus.core.networkmanager.NetworkConnectionHelper
org.gudy.azureus2.pluginsimpl.local.peers.PeerForeignNetworkConnection
public class PeerForeignNetworkConnection
| Nested Class Summary | |
|---|---|
protected class |
PeerForeignNetworkConnection.imq
|
protected class |
PeerForeignNetworkConnection.omq
|
protected class |
PeerForeignNetworkConnection.tp
|
| Constructor Summary | |
|---|---|
protected |
PeerForeignNetworkConnection(PeerForeignDelegate _delegate,
Peer _peer)
|
| Method Summary | |
|---|---|
ConnectionEndpoint |
getEndpoint()
|
IncomingMessageQueue |
getIncomingMessageQueue()
Get the connection's incoming message queue. |
int |
getMssSize()
|
OutgoingMessageQueue |
getOutgoingMessageQueue()
Get the connection's outgoing message queue. |
java.lang.String |
getString()
|
TransportBase |
getTransportBase()
Get the connection's data transport interface. |
boolean |
isIncoming()
|
boolean |
isLANLocal()
Is the connection within the local LAN network. |
void |
notifyOfException(java.lang.Throwable error)
Inform connection of a thrown exception. |
| Methods inherited from class com.aelitis.azureus.core.networkmanager.NetworkConnectionHelper |
|---|
addRateLimiter, getDownloadLimit, getRateLimiters, getUploadLimit, removeRateLimiter, setDownloadLimit, setUploadLimit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected PeerForeignNetworkConnection(PeerForeignDelegate _delegate,
Peer _peer)
| Method Detail |
|---|
public ConnectionEndpoint getEndpoint()
public void notifyOfException(java.lang.Throwable error)
NetworkConnectionBase
error - exceptionpublic OutgoingMessageQueue getOutgoingMessageQueue()
NetworkConnectionBase
public IncomingMessageQueue getIncomingMessageQueue()
NetworkConnectionBase
public TransportBase getTransportBase()
NetworkConnectionBase
public int getMssSize()
public boolean isIncoming()
public boolean isLANLocal()
NetworkConnectionBase
public java.lang.String getString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||