Searched defs:DIRECT (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DProxy.java49 DIRECT, enum constant in enum:Proxy.Type
64 * A proxy setting that represents a <code>DIRECT</code> connection,
74 // Creates the proxy that represents a <code>DIRECT</code> connection.
76 type = type.DIRECT;
94 if ((type == Type.DIRECT) || !(sa instanceof InetSocketAddress))
124 * if its type is not <code>DIRECT</code>.
129 if (type() == Type.DIRECT)
130 return "DIRECT";
/openjdk7/langtools/test/tools/javac/annotations/6550655/
H A DT6550655.java99 // DIRECT, INDIRECT
149 DIRECT("@I(val = E.NORTH)class C1 {}"), enum constant in enum:T6550655.TestKind

Completed in 67 milliseconds