Searched defs:protocol (Results 101 - 125 of 239) sorted by relevance

12345678910

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DRequestMessage.java26 package com.sun.corba.se.impl.protocol.giopmsgheaders;
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/protocol/
H A DClientRequestDispatcher.java26 package com.sun.corba.se.pept.protocol;
35 * response) processing for a specific <em>protocol</em>.
H A DMessageMediator.java26 package com.sun.corba.se.pept.protocol;
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/protocol/
H A DRequestDispatcherRegistry.java26 package com.sun.corba.se.spi.protocol;
30 import com.sun.corba.se.pept.protocol.ClientRequestDispatcher ;
31 import com.sun.corba.se.spi.protocol.CorbaServerRequestDispatcher ;
32 import com.sun.corba.se.spi.protocol.LocalClientRequestDispatcherFactory ;
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DSimpleClientId.java45 String protocol, Control[] bindCtls, OutputStream trace,
48 super(version, hostname, port, protocol, bindCtls, trace,
44 SimpleClientId(int version, String hostname, int port, String protocol, Control[] bindCtls, OutputStream trace, String socketFactory, String username, Object passwd) argument
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/
H A DSSLContext.java40 * Instances of this class represent a secure socket protocol
54 private String protocol; field in class:SSLContext
64 String protocol) {
67 this.protocol = protocol;
72 * specified secure socket protocol.
74 * @param protocol the standard name of the requested protocol.
78 * @exception NoSuchAlgorithmException if the specified protocol is not
82 public static SSLContext getInstance(String protocol) argument
63 SSLContext(SSLContextSpi contextSpi, Provider provider, String protocol) argument
109 getInstance(String protocol, String provider) argument
132 getInstance(String protocol, Provider provider) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/
H A DClientFactoryImpl.java72 String protocol,
70 createSaslClient(String[] mechs, String authorizationId, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) argument
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DFactoryImpl.java66 String authorizationId, String protocol, String serverName,
82 protocol, serverName, props, cbh);
96 String protocol, String serverName, Map<String,?> props, CallbackHandler cbh)
109 return new DigestMD5Server(protocol, serverName, props, cbh);
65 createSaslClient(String[] mechs, String authorizationId, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) argument
95 createSaslServer(String mech, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) argument
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/gsskerb/
H A DFactoryImpl.java55 String protocol,
65 protocol,
75 String protocol,
86 protocol,
53 createSaslClient(String[] mechs, String authorizationId, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) argument
74 createSaslServer(String mech, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) argument
H A DGssKrb5Client.java95 GssKrb5Client(String authzID, String protocol, String serverName, argument
100 String service = protocol + "@" + serverName;
H A DGssKrb5Server.java79 GssKrb5Server(String protocol, String serverName, argument
85 String service = protocol + "@" + serverName;
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/ntlm/
H A DFactoryImpl.java65 String authorizationId, String protocol, String serverName,
80 protocol, serverName, props, cbh);
94 String protocol, String serverName, Map<String,?> props, CallbackHandler cbh)
111 return new NTLMServer(mech, protocol, serverName, props, cbh);
64 createSaslClient(String[] mechs, String authorizationId, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) argument
93 createSaslServer(String mech, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/protocol/soap/
H A DServerMUTube.java26 package com.sun.xml.internal.ws.protocol.soap;
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPFactory.java179 * @throws UnsupportedOperationException if the protocol specified
282 * @param protocol a string constant representing the protocol of the
294 public static SOAPFactory newInstance(String protocol) argument
296 return SAAJMetaFactory.getInstance().newSOAPFactory(protocol);
/openjdk7/jdk/src/windows/classes/sun/net/www/protocol/file/
H A DHandler.java26 package sun.net.www.protocol.file;
/openjdk7/jdk/src/windows/classes/sun/net/www/protocol/jar/
H A DJarFileFactory.java26 package sun.net.www.protocol.jar;
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest12.java113 String protocol; field in class:Test12.Runner
119 Runner (boolean fixedLen, String protocol, String root, int port, String f, int size) { argument
121 this.protocol=protocol;
130 URL url = new URL (protocol+"://localhost:"+port+"/test1/"+f);
H A DTest13.java120 String protocol; field in class:Test13.Runner
126 Runner (boolean fixedLen, String protocol, String root, int port, String f, int size) { argument
128 this.protocol=protocol;
137 URL url = new URL (protocol+"://localhost:"+port+"/test1/"+f);
H A DTest9.java109 static ClientThread test (boolean fixedLen, String protocol, String root, int port, String f, int size) throws Exception { argument
110 ClientThread t = new ClientThread (fixedLen, protocol, root, port, f, size);
120 String protocol; field in class:Test9.ClientThread
126 ClientThread (boolean fixedLen, String protocol, String root, int port, String f, int size) { argument
128 this.protocol = protocol;
137 URL url = new URL (protocol+"://localhost:"+port+"/test1/"+f);
173 System.out.println ("protocol = "+protocol);
H A DTest9a.java102 static ClientThread test (boolean fixedLen, String protocol, String root, int port, String f, int size) throws Exception { argument
103 ClientThread t = new ClientThread (fixedLen, protocol, root, port, f, size);
113 String protocol; field in class:Test9a.ClientThread
119 ClientThread (boolean fixedLen, String protocol, String root, int port, String f, int size) { argument
121 this.protocol = protocol;
130 URL url = new URL (protocol+"://localhost:"+port+"/test1/"+f);
166 System.out.println ("protocol = "+protocol);
/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DTerminalImpl.java59 public synchronized Card connect(String protocol) throws CardException { argument
67 if (protocol.equals("*") || protocol.equalsIgnoreCase(cardProto)) {
70 throw new CardException("Cannot connect using " + protocol
78 card = new CardImpl(this, protocol);
/openjdk7/jdk/test/javax/rmi/ssl/
H A DSocketFactoryTest.java51 public static final String[] protocol = field in class:SocketFactoryTest
130 protocol,
177 protocol,
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/protocol/file/
H A DMonitoredHostProvider.java26 package sun.jvmstat.perfdata.monitor.protocol.file;
36 * <em>file:</em> protocol of the HotSpot PerfData monitoring implementation.
44 * The default polling interval. Not used by the <em>file:</em> protocol.
68 * Note - the <em>file:</em> protocol silently ignores the
87 * Note - the <em>file:</em> protocol currenly does not support
98 * Note - the <em>file:</em> protocol currenly does not support
109 * Note - the <em>file:</em> protocol currently does not support the
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/
H A DLocalVmManager.java26 package sun.jvmstat.perfdata.monitor.protocol.local;
H A DPerfDataFile.java26 package sun.jvmstat.perfdata.monitor.protocol.local;

Completed in 72 milliseconds

12345678910