|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectunsw.cse.mica.blackboard.transport.secure.SSLBlackboardConnection
public class SSLBlackboardConnection
Constructor Summary | |
---|---|
SSLBlackboardConnection(int port)
|
Method Summary | |
---|---|
void |
close()
Closes the connection. |
boolean |
isOpen()
Tests if the connection is open. |
void |
open()
Opens the connection. |
void |
run()
|
void |
setAgentConnectionHandler(BlackboardConnectionHandler handler)
Specify the BlackboardConnectionHandler to use for this connection |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SSLBlackboardConnection(int port)
Method Detail |
---|
public void setAgentConnectionHandler(BlackboardConnectionHandler handler)
BlackboardConnection
setAgentConnectionHandler
in interface BlackboardConnection
handler
- the blackboard connection handler to be used by this connectionpublic void close() throws TransportException
BlackboardConnection
close
in interface BlackboardConnection
TransportException
- If any errors occur when closing the connection.public boolean isOpen()
BlackboardConnection
isOpen
in interface BlackboardConnection
public void open() throws TransportException
BlackboardConnection
open
in interface BlackboardConnection
TransportException
- If any errors occur when opening the connection.public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |