Searched refs:self (Results 1 – 7 of 7) sorted by relevance
58 final Socket self; field in BaseSSLSocketImpl62 this.self = this; in BaseSSLSocketImpl()67 this.self = socket; in BaseSSLSocketImpl()98 if (self == this) { in getChannel()101 return self.getChannel(); in getChannel()113 if (self == this) { in bind()127 if (self == this) { in getLocalSocketAddress()130 return self.getLocalSocketAddress(); in getLocalSocketAddress()139 if (self == this) { in getRemoteSocketAddress()142 return self.getRemoteSocketAddress(); in getRemoteSocketAddress()[all …]
609 if (self != this) { in connect()633 if (self == this) { in doneConnect()637 sockInput = self.getInputStream(); in doneConnect()638 sockOutput = self.getOutputStream(); in doneConnect()766 if (self != this && !autoClose) { in writeRecord()1499 if (self == this) { in closeSocket()1502 self.close(); in closeSocket()1510 if (self == this) { in closeSocket()1513 self.close(); in closeSocket()2413 if (self == this) { in setSoTimeout()[all …]
182 Enum self = this; in compareTo() local183 if (self.getClass() != other.getClass() && // optimization in compareTo()184 self.getDeclaringClass() != other.getDeclaringClass()) in compareTo()186 return self.ordinal - other.ordinal; in compareTo()
80 double self = (double)count/(double)total; in write() local81 accum += self; in write()85 rank, self*100, accum*100, count, stackTrace.stackTraceId, in write()
1068 CharBuffer self = this; in chars() local1069 return StreamSupport.intStream(() -> new CharBufferSpliterator(self), in chars()
636 final Thread self = Thread.currentThread(); in test_SSLSocket_HandshakeCompletedListener_RuntimeException() local637 final UncaughtExceptionHandler original = self.getUncaughtExceptionHandler(); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()641 self.setUncaughtExceptionHandler(test); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()667 self.setUncaughtExceptionHandler(original); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()
141 x509_extensions = v3_ca # The extentions to add to the self signed cert