Searched defs:newClient (Results 1 – 6 of 6) sorted by relevance
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | RenegotiationTest.java | 70 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/ |
D | EndpointFactory.java | 9 ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols, in newClient() method
|
/external/conscrypt/benchmark-android/src/main/java/org/conscrypt/ |
D | AndroidEndpointFactory.java | 25 public ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols, in newClient() method in AndroidEndpointFactory
|
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/ |
D | OpenJdkEndpointFactory.java | 27 public ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols, in newClient() method in OpenJdkEndpointFactory
|
/external/libvncserver/examples/ |
D | mac.c | 502 enum rfbNewClientAction newClient(rfbClientPtr cl) in newClient() function
|
/external/libvncserver/rfb/ |
D | rfb.h | 201 rfbBool (*newClient)(struct _rfbClientRec* client, void** data); member
|