| org.cougaar.mts.base.LinkProtocol org.cougaar.mts.base.RPCLinkProtocol org.cougaar.mts.http.HTTPLinkProtocol
All known Subclasses: org.cougaar.mts.http.HTTPSLinkProtocol,
Inner Class :protected class HTTPDestinationLink extends Link | |
computeCost | protected int computeCost(AttributedMessage message)(Code) | | Returns 500 (hard-coded value less than RMI).
|
createServlet | protected Servlet createServlet()(Code) | | Create servlet that handle java serialized messages over HTTP.
|
findOrMakeNodeServant | protected void findOrMakeNodeServant()(Code) | | This function binds the url in the wp early. But the servlet
at that url can't be made until the ServletService is
available. This is handled by registerServlet(), which won't
be called until the ServiceAvailableEvent says it's time.
|
getProtocol | public String getProtocol()(Code) | | Get the protocol to use for http connections.
|
getProtocolType | public String getProtocolType()(Code) | | Get the WP Entry Type for registering and querying for WP entries.
|
releaseNodeServant | protected void releaseNodeServant()(Code) | | |
remakeNodeServant | protected void remakeNodeServant()(Code) | | Servlets handle the new-address case automatically, so this is
a no-op.
|
unload | public void unload()(Code) | | We release the ServletService here because in doing so,
the ServletService.unregisterAll() is invoked.
|
usesEncryptedSocket | protected Boolean usesEncryptedSocket()(Code) | | determined the underlying socket is encrypted.
|
|
|