Searched defs:protocol (Results 76 - 100 of 239) sorted by relevance

12345678910

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/gopher/
H A DHandler.java26 package sun.net.www.protocol.gopher;
37 import sun.net.www.protocol.http.HttpURLConnection;
40 * A class to handle the gopher protocol.
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DAuthCache.java26 package sun.net.www.protocol.http;
H A DAuthCacheImpl.java26 package sun.net.www.protocol.http;
H A DAuthScheme.java25 package sun.net.www.protocol.http;
H A DHandler.java30 package sun.net.www.protocol.http;
H A DHttpAuthenticator.java26 package sun.net.www.protocol.http;
H A DNegotiator.java26 package sun.net.www.protocol.http;
51 clazz = Class.forName("sun.net.www.protocol.http.spnego.NegotiatorImpl", true, null);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/logging/
H A DHttpLogFormatter.java26 package sun.net.www.protocol.http.logging;
54 !(sourceClassName.startsWith("sun.net.www.protocol.http") ||
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/ntlm/
H A DNTLMAuthenticationCallback.java26 package sun.net.www.protocol.http.ntlm;
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/spnego/
H A DNegotiateCallbackHandler.java26 package sun.net.www.protocol.http.spnego;
37 import sun.net.www.protocol.http.HttpCallerInfo;
66 hci.host, hci.addr, hci.port, hci.protocol,
H A DNegotiatorImpl.java26 package sun.net.www.protocol.http.spnego;
36 import sun.net.www.protocol.http.HttpCallerInfo;
37 import sun.net.www.protocol.http.Negotiator;
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DDelegateHttpsURLConnection.java26 package sun.net.www.protocol.https;
38 * of protocol implementation (this one)
47 // from sun.net.www.protocol.http.HttpURLConnection
54 sun.net.www.protocol.http.Handler handler,
61 sun.net.www.protocol.http.Handler handler,
H A DHandler.java30 package sun.net.www.protocol.https;
37 public class Handler extends sun.net.www.protocol.http.Handler {
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/mailto/
H A DHandler.java30 package sun.net.www.protocol.mailto;
37 //import sun.net.www.protocol.news.ArticlePoster;
108 * mailto protocol.
118 String protocol = u.getProtocol();
142 setURL(u, protocol, host, port, file, null);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDropTargetEventProcessor.java40 // The current drop protocol.
41 private XDropTargetProtocol protocol = null; field in class:XDropTargetEventProcessor
47 protocol != null &&
48 ev.get_xany().get_window() == protocol.getSourceWindow()) {
49 protocol.cleanup();
50 protocol = null;
70 XDropTargetProtocol curProtocol = protocol;
72 if (protocol != null) {
73 if (protocol.getMessageType(xclient) !=
75 processed = protocol
[all...]
H A DXProtocol.java41 * named LIST_NAME on the root window contains protocol PROTO.
43 boolean checkProtocol(XAtom listName, XAtom protocol) { argument
47 return protocols.contains(protocol);
53 return protocols.contains(protocol);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DJIDLLocalCRDImpl.java26 package com.sun.corba.se.impl.protocol;
34 import com.sun.corba.se.spi.protocol.LocalClientRequestDispatcherFactory ;
35 import com.sun.corba.se.spi.protocol.LocalClientRequestDispatcher ;
39 import com.sun.corba.se.impl.protocol.LocalClientRequestDispatcherBase ;
H A DPOALocalCRDImpl.java26 package com.sun.corba.se.impl.protocol;
35 import com.sun.corba.se.pept.protocol.ClientRequestDispatcher;
37 import com.sun.corba.se.spi.protocol.LocalClientRequestDispatcher;
38 import com.sun.corba.se.spi.protocol.LocalClientRequestDispatcherFactory;
39 import com.sun.corba.se.spi.protocol.ForwardException ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DCancelRequestMessage_1_0.java26 package com.sun.corba.se.impl.protocol.giopmsgheaders;
H A DCancelRequestMessage_1_1.java26 package com.sun.corba.se.impl.protocol.giopmsgheaders;
H A DCancelRequestMessage_1_2.java26 package com.sun.corba.se.impl.protocol.giopmsgheaders;
H A DFragmentMessage_1_1.java26 package com.sun.corba.se.impl.protocol.giopmsgheaders;
H A DFragmentMessage_1_2.java26 package com.sun.corba.se.impl.protocol.giopmsgheaders;
H A DMessage_1_2.java25 package com.sun.corba.se.impl.protocol.giopmsgheaders;
H A DReplyMessage.java26 package com.sun.corba.se.impl.protocol.giopmsgheaders;

Completed in 70 milliseconds

12345678910