Searched defs:protocol (Results 51 - 75 of 239) sorted by relevance

12345678910

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/protocol/
H A DLocalClientRequestDispatcher.java26 package com.sun.corba.se.spi.protocol;
H A DRequestDispatcherDefault.java26 package com.sun.corba.se.spi.protocol ;
28 import com.sun.corba.se.pept.protocol.ClientRequestDispatcher;
30 import com.sun.corba.se.spi.protocol.LocalClientRequestDispatcherFactory ;
31 import com.sun.corba.se.spi.protocol.CorbaServerRequestDispatcher ;
38 import com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl ;
39 import com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl ;
40 import com.sun.corba.se.impl.protocol.MinimalServantCacheLocalCRDImpl ;
41 import com.sun.corba.se.impl.protocol.InfoOnlyServantCacheLocalCRDImpl ;
42 import com.sun.corba.se.impl.protocol.FullServantCacheLocalCRDImpl ;
43 import com.sun.corba.se.impl.protocol
[all...]
H A DRetryType.java26 package com.sun.corba.se.spi.protocol ;
/openjdk7/jdk/src/share/classes/javax/security/sasl/
H A DSaslClientFactory.java57 * @param authorizationId The possibly null protocol-dependent
63 * @param protocol The non-null string name of the protocol for which
93 String protocol,
90 createSaslClient( String[] mechanisms, String authorizationId, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) argument
H A DSaslServerFactory.java61 * @param protocol The non-null string name of the protocol for which
90 String protocol,
88 createSaslServer( String mechanism, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) argument
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/protocol/iiop/
H A DServerProvider.java26 package com.sun.jmx.remote.protocol.iiop;
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/protocol/rmi/
H A DServerProvider.java26 package com.sun.jmx.remote.protocol.rmi;
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHandler.java26 package com.sun.net.ssl.internal.www.protocol.https;
35 * sun.net.www.protocol.https.
38 public class Handler extends sun.net.www.protocol.https.Handler {
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/
H A DCramMD5Server.java71 CramMD5Server(String protocol, String serverFqdn, Map props, argument
H A DServerFactoryImpl.java58 String protocol,
70 return new CramMD5Server(protocol, serverName, props, cbh);
57 createSaslServer(String mech, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSAAJMetaFactoryImpl.java45 protected MessageFactory newMessageFactory(String protocol) argument
47 if (SOAPConstants.SOAP_1_1_PROTOCOL.equals(protocol)) {
49 } else if (SOAPConstants.SOAP_1_2_PROTOCOL.equals(protocol)) {
51 } else if (SOAPConstants.DYNAMIC_SOAP_PROTOCOL.equals(protocol)) {
56 "SAAJ0569.soap.unknown.protocol",
57 new Object[] {protocol, "MessageFactory"});
58 throw new SOAPException("Unknown Protocol: " + protocol +
63 protected SOAPFactory newSOAPFactory(String protocol) argument
65 if (SOAPConstants.SOAP_1_1_PROTOCOL.equals(protocol)) {
67 } else if (SOAPConstants.SOAP_1_2_PROTOCOL.equals(protocol)) {
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/protocol/soap/
H A DClientMUTube.java26 package com.sun.xml.internal.ws.protocol.soap;
H A DMessageCreationException.java26 package com.sun.xml.internal.ws.protocol.soap;
H A DVersionMismatchException.java26 package com.sun.xml.internal.ws.protocol.soap;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/protocol/xml/
H A DXMLMessageException.java26 package com.sun.xml.internal.ws.protocol.xml;
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DMessageFactory.java132 * @param protocol a string constant representing the class of the
144 public static MessageFactory newInstance(String protocol) throws SOAPException { argument
145 return SAAJMetaFactory.getInstance().newMessageFactory(protocol);
164 * @exception UnsupportedOperationException if the protocol of this
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DSelCacheTest.java92 static void test (boolean fixedLen, String protocol, String root, int port, String f, int size) throws Exception { argument
94 URL url = new URL (protocol+"://localhost:"+port+"/test1/"+f);
H A DTest1.java102 static void test (boolean fixedLen, String protocol, String root, int port, String f, int size) throws Exception { argument
103 URL url = new URL (protocol+"://localhost:"+port+"/test1/"+f);
/openjdk7/jdk/test/sun/security/ssl/sanity/ciphersuites/
H A DCipherSuitesInOrder.java136 for (String protocol : protocols) {
139 "Testing for SSLContext of " + protocol);
141 checkForProtocols(protocol);
145 public static void checkForProtocols(String protocol) throws Exception { argument
147 if (protocol.isEmpty()) {
150 context = SSLContext.getInstance(protocol);
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/
H A DEchoImpl.java41 public EchoImpl(String protocol) argument
44 super(null, makeMarshalledObject(protocol), false, 0,
45 new MultiSocketFactory.ClientFactory(protocol, pattern),
46 new MultiSocketFactory.ServerFactory(protocol, pattern));
60 private static MarshalledObject makeMarshalledObject(String protocol) { argument
63 obj = new MarshalledObject(protocol);
71 String protocol = "";
73 protocol = (String) obj.get();
77 return protocol;
119 String protocol
[all...]
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationBufferCreationTest.java81 private static void dotest(String protocol, argument
88 u = new JMXServiceURL(protocol, null, 0);
129 System.out.println("Test OK for " + protocol);
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/protocol/file/
H A DFileMonitoredVm.java26 package sun.jvmstat.perfdata.monitor.protocol.file;
52 * @param interval sampling interval (unused in this protocol).
63 * Note - the <em>file:</em> protocol currently does not support
71 * Note - the <em>file:</em> protocol currently does not support
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/protocol/rmi/
H A DPerfDataBuffer.java26 package sun.jvmstat.perfdata.monitor.protocol.rmi;
37 * protocol for the HotSpot PerfData monitoring implementation.
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DContextList.java47 /* initially contexts are located only by protocol:path.
50 synchronized HttpContextImpl findContext (String protocol, String path) { argument
51 return findContext (protocol, path, false);
54 synchronized HttpContextImpl findContext (String protocol, String path, boolean exact) { argument
55 protocol = protocol.toLowerCase();
59 if (!ctx.getProtocol().equals(protocol)) {
76 public synchronized void remove (String protocol, String path) argument
79 HttpContextImpl ctx = findContext (protocol, path, true);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/ftp/
H A DHandler.java30 package sun.net.www.protocol.ftp;
38 import sun.net.www.protocol.http.HttpURLConnection;

Completed in 403 milliseconds

12345678910