Searched refs:isClient (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/test/java/net/Socket/
H A DUrgentDataTest.java37 boolean isClient, isServer; field in class:UrgentDataTest
57 test.isClient = true;
65 test.isClient = false;
70 test.isClient = true;
94 if (isClient) {
108 if (isClient) {
127 if (isClient) {
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DWindowDimensions.java36 * If isClient is true, the bounds represent the client window area.
39 public WindowDimensions(int x, int y, int width, int height, boolean isClient) { argument
40 this(new Rectangle(x, y, width, height), null, isClient);
44 * If isClient is true, the bounds represent the client window area.
47 public WindowDimensions(Rectangle rec, Insets ins, boolean isClient) { argument
51 isClientSizeSet = isClient;
58 * If isClient is true, the bounds represent the client window area.
61 public WindowDimensions(Point loc, Dimension size, Insets in, boolean isClient) { argument
62 this(new Rectangle(loc, size), in, isClient);
66 * If isClient i
69 WindowDimensions(Rectangle bounds, boolean isClient) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DSOAPHandlerProcessor.java57 public SOAPHandlerProcessor(boolean isClient, HandlerTube owner, WSBinding binding, List<? extends Handler> chain) { argument
59 this.isClient = isClient;
98 return isClient ? soapVersion.faultCodeClient : soapVersion.faultCodeServer;
H A DHandlerProcessor.java43 boolean isClient; field in class:HandlerProcessor
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DX509TrustManagerImpl.java142 String authType, boolean isClient) {
154 if (isClient) {
185 Socket socket, boolean isClient) throws CertificateException {
186 Validator v = checkTrustedInit(chain, authType, isClient);
228 if (isClient) {
240 SSLEngine engine, boolean isClient) throws CertificateException {
241 Validator v = checkTrustedInit(chain, authType, isClient);
280 if (isClient) {
141 checkTrustedInit(X509Certificate[] chain, String authType, boolean isClient) argument
184 checkTrusted(X509Certificate[] chain, String authType, Socket socket, boolean isClient) argument
239 checkTrusted(X509Certificate[] chain, String authType, SSLEngine engine, boolean isClient) argument
H A DHandshaker.java115 private boolean isClient; field in class:Handshaker
187 boolean isClient, ProtocolVersion activeProtocolVersion,
191 init(context, enabledProtocols, needCertVerify, isClient,
198 boolean isClient, ProtocolVersion activeProtocolVersion,
202 init(context, enabledProtocols, needCertVerify, isClient,
208 boolean needCertVerify, boolean isClient,
222 this.isClient = isClient;
479 handshakeHash = new HandshakeHash(!isClient, needCertVerify,
668 if (isClient) {
185 Handshaker(SSLSocketImpl c, SSLContextImpl context, ProtocolList enabledProtocols, boolean needCertVerify, boolean isClient, ProtocolVersion activeProtocolVersion, boolean isInitialHandshake, boolean secureRenegotiation, byte[] clientVerifyData, byte[] serverVerifyData) argument
196 Handshaker(SSLEngineImpl engine, SSLContextImpl context, ProtocolList enabledProtocols, boolean needCertVerify, boolean isClient, ProtocolVersion activeProtocolVersion, boolean isInitialHandshake, boolean secureRenegotiation, byte[] clientVerifyData, byte[] serverVerifyData) argument
207 init(SSLContextImpl context, ProtocolList enabledProtocols, boolean needCertVerify, boolean isClient, ProtocolVersion activeProtocolVersion, boolean isInitialHandshake, boolean secureRenegotiation, byte[] clientVerifyData, byte[] serverVerifyData) argument
[all...]
H A DSSLContextImpl.java832 Socket socket, boolean isClient) throws CertificateException {
877 SSLEngine engine, boolean isClient) throws CertificateException {
831 checkAdditionalTrust(X509Certificate[] chain, String authType, Socket socket, boolean isClient) argument
876 checkAdditionalTrust(X509Certificate[] chain, String authType, SSLEngine engine, boolean isClient) argument
/openjdk7/hotspot/agent/test/jdi/
H A DSASanityChecker.java67 boolean isClient = VM.getVM().isClientCompiler();
104 if (isClient) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A Dsa.js75 var isClient = sa.vm.clientCompiler;

Completed in 53 milliseconds