Home
last modified time | relevance | path

Searched defs:newClient (Results 1 – 6 of 6) sorted by relevance

/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DRenegotiationTest.java70 Client newClient(int port) { in newClient() method
76 Client newClient(int port) { in newClient() method
81 abstract Client newClient(int port); in newClient() method in RenegotiationTest.SocketType
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
DEndpointFactory.java9 ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols, in newClient() method
/external/conscrypt/benchmark-android/src/main/java/org/conscrypt/
DAndroidEndpointFactory.java25 public ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols, in newClient() method in AndroidEndpointFactory
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
DOpenJdkEndpointFactory.java27 public ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols, in newClient() method in OpenJdkEndpointFactory
/external/libvncserver/examples/
Dmac.c502 enum rfbNewClientAction newClient(rfbClientPtr cl) in newClient() function
/external/libvncserver/rfb/
Drfb.h201 rfbBool (*newClient)(struct _rfbClientRec* client, void** data); member