Uses of Class
org.cybergarage.http.HTTPRequest
Packages that use HTTPRequest
Package
Description
-
Uses of HTTPRequest in org.cybergarage.http
Methods in org.cybergarage.http with parameters of type HTTPRequestModifier and TypeMethodDescriptionvoid
HTTPRequestListener.httpRequestRecieved
(HTTPRequest httpReq) void
HTTPServer.performRequestListener
(HTTPRequest httpReq) void
HTTPRequest.set
(HTTPRequest httpReq) -
Uses of HTTPRequest in org.cybergarage.soap
Subclasses of HTTPRequest in org.cybergarage.soapConstructors in org.cybergarage.soap with parameters of type HTTPRequest -
Uses of HTTPRequest in org.cybergarage.upnp
Methods in org.cybergarage.upnp with parameters of type HTTPRequestModifier and TypeMethodDescriptionvoid
ControlPoint.httpRequestRecieved
(HTTPRequest httpReq) void
Device.httpRequestRecieved
(HTTPRequest httpReq) -
Uses of HTTPRequest in org.cybergarage.upnp.control
Subclasses of HTTPRequest in org.cybergarage.upnp.controlConstructors in org.cybergarage.upnp.control with parameters of type HTTPRequestModifierConstructorDescriptionActionRequest
(HTTPRequest httpReq) ControlRequest
(HTTPRequest httpReq) QueryRequest
(HTTPRequest httpReq) -
Uses of HTTPRequest in org.cybergarage.upnp.device
Methods in org.cybergarage.upnp.device with parameters of type HTTPRequestModifier and TypeMethodDescriptionvoid
PresentationListener.httpRequestRecieved
(HTTPRequest httpReq) -
Uses of HTTPRequest in org.cybergarage.upnp.event
Subclasses of HTTPRequest in org.cybergarage.upnp.eventConstructors in org.cybergarage.upnp.event with parameters of type HTTPRequestModifierConstructorDescriptionNotifyRequest
(HTTPRequest httpReq) SubscriptionRequest
(HTTPRequest httpReq) -
Uses of HTTPRequest in org.cybergarage.upnp.ssdp
Subclasses of HTTPRequest in org.cybergarage.upnp.ssdpModifier and TypeClassDescriptionclass
class
class
Methods in org.cybergarage.upnp.ssdp with parameters of type HTTPRequestModifier and TypeMethodDescriptionboolean
HTTPMUSocket.post
(HTTPRequest req) boolean
HTTPMUSocket.post
(HTTPRequest req, String bindAddr, int bindPort)