Searched refs:protocol (Results 51 - 75 of 383) sorted by relevance

1234567891011>>

/openjdk9/jdk/src/java.management.rmi/share/classes/
H A Dmodule-info.java34 * which creates JMX connector clients using the RMI protocol.
39 * which creates JMX connector servers using the RMI protocol.
64 exports com.sun.jmx.remote.protocol.rmi to java.management;
71 // services supporting the RMI protocol.
73 com.sun.jmx.remote.protocol.rmi.ClientProvider;
75 com.sun.jmx.remote.protocol.rmi.ServerProvider;
/openjdk9/jdk/test/javax/net/ssl/sanity/ciphersuites/
H A DCipherSuitesInOrder.java163 for (String protocol : protocols) {
166 "Testing for SSLContext of " + protocol);
168 checkForProtocols(protocol);
172 public static void checkForProtocols(String protocol) throws Exception { argument
174 if (protocol.isEmpty()) {
177 context = SSLContext.getInstance(protocol);
/openjdk9/jdk/test/javax/net/ssl/sanity/interop/
H A DJSSEClient.java55 socket.setEnabledProtocols(new String[] {params.protocol});
66 String protocol = session.getProtocol();
67 if (params.protocol.equals(protocol) == false) {
68 throw new Exception("Negotiated protocol mismatch: " + protocol + " != " + params.protocol);
/openjdk9/jdk/test/sun/security/pkcs11/fips/
H A DJSSEClient.java54 socket.setEnabledProtocols(new String[] {params.protocol});
65 String protocol = session.getProtocol();
66 if (params.protocol.equals(protocol) == false) {
67 throw new Exception("Negotiated protocol mismatch: " + protocol + " != " + params.protocol);
/openjdk9/jdk/test/sun/security/ssl/SSLContextImpl/
H A DIllegalProtocolProperty.java102 for (String protocol : protocols) {
103 System.out.println("\tdefault protocol version " + protocol);
104 if (protocol.equals(cv.defaultProtocolVersion)) {
111 throw new Exception("No matched default protocol");
124 for (String protocol : protocols) {
125 System.out.println("\tsupported protocol version " + protocol);
126 if (protocol.equals(cv.supportedProtocolVersion)) {
133 throw new Exception("No matched supported protocol");
[all...]
/openjdk9/jdk/test/sun/security/pkcs11/sslecc/
H A DJSSEClient.java71 socket.setEnabledProtocols(new String[] {params.protocol});
82 String protocol = session.getProtocol();
83 if (params.protocol.equals(protocol) == false) {
84 throw new Exception("Negotiated protocol mismatch: " + protocol + " != " + params.protocol);
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/protocol/
H A DNotLocalLocalCRDImpl.java26 package com.sun.corba.se.impl.protocol;
31 import com.sun.corba.se.spi.protocol.LocalClientRequestDispatcher ;
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 DCorbaInvocationInfo.java26 package com.sun.corba.se.impl.protocol;
32 import com.sun.corba.se.pept.protocol.ClientInvocationInfo;
33 import com.sun.corba.se.pept.protocol.MessageMediator;
35 import com.sun.corba.se.pept.protocol.ClientRequestDispatcher;
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/
H A DBufferManagerRead.java30 import com.sun.corba.se.impl.protocol.giopmsgheaders.FragmentMessage;
31 import com.sun.corba.se.impl.protocol.giopmsgheaders.Message;
/openjdk9/jdk/src/java.base/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.
39 public class Handler extends sun.net.www.protocol.https.Handler {
/openjdk9/jaxws/src/java.xml.ws/share/classes/javax/xml/soap/
H A DSAAJResult.java44 * of a SAAJ tree that supports the default (SOAP 1.1) protocol.
64 * of a SAAJ tree that supports the specified protocol. The
76 * @param protocol - the name of the SOAP protocol that the resulting SAAJ
80 * specified protocol cannot be created
84 public SAAJResult(String protocol) throws SOAPException { argument
85 this(MessageFactory.newInstance(protocol).createMessage());
H A DMessageFactory.java123 * @param protocol a string constant representing the class of the
135 public static MessageFactory newInstance(String protocol) throws SOAPException { argument
136 return SAAJMetaFactory.getInstance().newMessageFactory(protocol);
155 * @exception UnsupportedOperationException if the protocol of this
/openjdk9/jdk/src/java.smartcardio/share/classes/sun/security/smartcardio/
H A DCardImpl.java53 // protocol in use, one of SCARD_PROTOCOL_T0 and SCARD_PROTOCOL_T1
54 final int protocol; field in class:CardImpl
74 CardImpl(TerminalImpl terminal, String protocol) throws PCSCException { argument
78 if (protocol.equals("*")) {
80 } else if (protocol.equalsIgnoreCase("T=0")) {
82 } else if (protocol.equalsIgnoreCase("T=1")) {
84 } else if (protocol.equalsIgnoreCase("direct")) {
87 // MSDN states that the preferred protocol can be zero, but doesn't
89 // pcsc-lite implementation expects the preferred protocol to be non zero.
94 throw new IllegalArgumentException("Unsupported protocol "
[all...]
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/spi/transport/
H A DCorbaResponseWaitingRoom.java28 import com.sun.corba.se.pept.protocol.MessageMediator;
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DLocateReplyMessage.java26 package com.sun.corba.se.impl.protocol.giopmsgheaders;
H A DIORAddressingInfo.java26 package com.sun.corba.se.impl.protocol.giopmsgheaders;
30 * com/sun/corba/se/impl/protocol/giopmsgheaders/IORAddressingInfo.java
H A DLocateReplyOrReplyMessage.java26 package com.sun.corba.se.impl.protocol.giopmsgheaders;
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/pept/encoding/
H A DOutputObject.java30 import com.sun.corba.se.pept.protocol.MessageMediator;
51 * <p>Note: the protocol block may also use the <code>OutputObject</code> to
H A DInputObject.java30 import com.sun.corba.se.pept.protocol.MessageMediator;
49 * <p>Note: the protocol block may also use the <code>InputObject</code> to
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/pept/protocol/
H A DClientDelegate.java26 package com.sun.corba.se.pept.protocol;
50 * which represents they encoding/protocol/transport combinations that
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/pept/broker/
H A DBroker.java28 import com.sun.corba.se.pept.protocol.ClientInvocationInfo;
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/http/
H A DHttpAuthenticator.java26 package sun.net.www.protocol.http;
H A DAuthCache.java26 package sun.net.www.protocol.http;
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/jrt/
H A DHandler.java26 package sun.net.www.protocol.jrt;

Completed in 283 milliseconds

1234567891011>>