Searched defs:APPLICATION (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/annotation/
H A DResource.java88 APPLICATION enum constant in enum:Resource.AuthenticationType
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/
H A DMessageContext.java177 * Property scope. Properties scoped as <code>APPLICATION</code> are
183 public enum Scope {APPLICATION, HANDLER}; enum constant in enum:MessageContext.Scope
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DSSLStreams.java184 PACKET, APPLICATION enum constant in enum:SSLStreams.BufType
359 r.buf = realloc (r.buf, true, BufType.APPLICATION);
434 ByteBuffer tmp = allocate(BufType.APPLICATION);
454 ByteBuffer tmp = allocate(BufType.APPLICATION);
507 bbuf = allocate (BufType.APPLICATION);
613 buf = allocate(BufType.APPLICATION);

Completed in 49 milliseconds