|
Project JXTA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.jxta.impl.endpoint.tls.TlsManager
class TlsManager
Manages the connection pool between peers.
| Constructor Summary | |
|---|---|
TlsManager(TlsTransport tp)
Standard Constructor for TLS Manager |
|
| Method Summary | |
|---|---|
(package private) void |
close()
Close this manager. |
(package private) TlsConn |
getTlsConn(EndpointAddress dstAddr)
Returns or creates a TLS Connection to the specified peer. |
void |
processIncomingMessage(Message msg,
EndpointAddress srcAddr,
EndpointAddress dstAddr)
Handle an incoming message from the endpoint. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
TlsManager(TlsTransport tp)
| Method Detail |
|---|
void close()
TlsConn getTlsConn(EndpointAddress dstAddr)
dstAddr - the EndpointAddress of the remote peer.
public void processIncomingMessage(Message msg,
EndpointAddress srcAddr,
EndpointAddress dstAddr)
processIncomingMessage in interface EndpointListenermsg - is the incoming messagesrcAddr - is the address of the source of the messagedstAddr - is the address of the destination of the message
|
JXTA J2SE | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||