Uses of Enum Class
java.net.Proxy.Type
Packages that useProxy.Type
Uses ofProxy.Type injava.net
Subclasses with type arguments of typeProxy.Type injava.netMethods injava.net that returnProxy.TypeModifier and TypeMethodDescriptionProxy.type()Returns the proxy type.staticProxy.TypeReturns the enum constant of this class with the specified name.staticProxy.Type[]Proxy.Type.values()Returns an array containing the constants of this enum class, inthe order they are declared.Constructors injava.net with parameters of typeProxy.TypeModifierConstructorDescriptionProxy(Proxy.Type type,SocketAddress sa) Creates an entry representing a PROXY connection.