|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.router.CommSystemFacade
net.i2p.router.transport.CommSystemFacadeImpl
Constructor Summary | |
CommSystemFacadeImpl(RouterContext context)
|
Method Summary | |
int |
countActivePeers()
|
java.util.Set |
createAddresses()
Create the set of RouterAddress structures based on the router's config |
TransportBid |
getBid(OutNetMessage msg)
|
java.util.List |
getBids(OutNetMessage msg)
|
java.util.List |
getMostRecentErrorMessages()
|
void |
processMessage(OutNetMessage msg)
|
void |
renderStatusHTML(java.io.Writer out)
|
void |
restart()
Perform a soft restart. |
void |
shutdown()
Instruct the service that the router is shutting down and that it should do whatever is necessary to go down gracefully. |
void |
startup()
Instruct the service that it should start normal operation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommSystemFacadeImpl(RouterContext context)
Method Detail |
public void startup()
Service
public void shutdown()
Service
public void restart()
Service
public int countActivePeers()
countActivePeers
in class CommSystemFacade
public java.util.List getBids(OutNetMessage msg)
public TransportBid getBid(OutNetMessage msg)
public void processMessage(OutNetMessage msg)
processMessage
in class CommSystemFacade
public java.util.List getMostRecentErrorMessages()
getMostRecentErrorMessages
in class CommSystemFacade
public void renderStatusHTML(java.io.Writer out) throws java.io.IOException
renderStatusHTML
in interface Service
renderStatusHTML
in class CommSystemFacade
java.io.IOException
public java.util.Set createAddresses()
CommSystemFacade
createAddresses
in class CommSystemFacade
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |