Uses of Class
ball.upnp.ssdp.SSDPRequest.Method
-
Packages that use SSDPRequest.Method Package Description ball.upnp.ssdp Classes specific to Simple Service Discovery Protocol 1.0 (SSDP). -
-
Uses of SSDPRequest.Method in ball.upnp.ssdp
Methods in ball.upnp.ssdp that return SSDPRequest.Method Modifier and Type Method Description static SSDPRequest.Method
SSDPRequest.Method. valueOf(String name)
Returns the enum constant of this type with the specified name.static SSDPRequest.Method[]
SSDPRequest.Method. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ball.upnp.ssdp with parameters of type SSDPRequest.Method Constructor Description RequestHandler(SSDPRequest.Method method)
Sole constructor.SSDPRequest(SSDPRequest.Method method)
Sole non-private constructor.
-