Uses of Class
network.NSRequestType

Packages that use NSRequestType
network   
 

Uses of NSRequestType in network
 

Fields in network declared as NSRequestType
 NSRequestType NamingServiceRequest.request
          The type of request that needs to be sent by the device to the NamingService, as defined by NSRequestType.
 

Methods in network that return NSRequestType
static NSRequestType NSRequestType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NSRequestType[] NSRequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.