OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Socket
(Results
226 - 250
of
415
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/okhttp/src/main/java/com/squareup/okhttp/internal/
Platform.java
30
import java.net.
Socket
;
70
public void tagSocket(
Socket
socket
) throws SocketException {
73
public void untagSocket(
Socket
socket
) throws SocketException {
85
public void enableTlsExtensions(SSLSocket
socket
, String uriHost) {
92
public void supportTlsIntolerantServer(SSLSocket
socket
) {
93
socket
.setEnabledProtocols(new String[] {"SSLv3"});
97
public byte[] getNpnSelectedProtocol(SSLSocket
socket
) {
102
* Sets client-supported protocols on a
socket
to send to a server. Th
[
all
...]