Uses of Package
org.cybergarage.http
Packages that use org.cybergarage.http
Package
Description
The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent.
-
Classes in org.cybergarage.http used by net.i2p.router.transport
-
Classes in org.cybergarage.http used by org.cybergarage.httpClassDescriptionThis class rappresnet an HTTP request, and act as HTTP client when it sends the requestThis class identifies an HTTP over TCP server
The server must be initialized iether by theHTTPServer.open(InetAddress, int)
or theHTTPServer.open(String, int)
method.
Optionally a set ofHTTPRequestListener
may be set
The server then can be started or stopped by the methodHTTPServer.start()
andHTTPServer.stop()
-
Classes in org.cybergarage.http used by org.cybergarage.soapClassDescriptionThis class rappresnet an HTTP request, and act as HTTP client when it sends the request
-
Classes in org.cybergarage.http used by org.cybergarage.upnpClassDescriptionThis class rappresnet an HTTP request, and act as HTTP client when it sends the request
-
Classes in org.cybergarage.http used by org.cybergarage.upnp.controlClassDescriptionThis class rappresnet an HTTP request, and act as HTTP client when it sends the request
-
Classes in org.cybergarage.http used by org.cybergarage.upnp.deviceClassDescriptionThis class rappresnet an HTTP request, and act as HTTP client when it sends the request
-
Classes in org.cybergarage.http used by org.cybergarage.upnp.eventClassDescriptionThis class rappresnet an HTTP request, and act as HTTP client when it sends the request
-
Classes in org.cybergarage.http used by org.cybergarage.upnp.ssdpClassDescriptionThis class rappresnet an HTTP request, and act as HTTP client when it sends the request
-
Classes in org.cybergarage.http used by org.cybergarage.upnp.xml