Searched refs:serverConnection (Results 1 – 6 of 6) sorted by relevance
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/eventstream/ |
D | ServerListenerHandler.java | 16 …ract ServerConnectionHandler onNewConnection(final ServerConnection serverConnection, int errorCod… in onNewConnection() argument 24 …protected abstract void onConnectionShutdown(final ServerConnection serverConnection, int errorCod… in onConnectionShutdown() argument 29 void onConnectionShutdownShim(final ServerConnection serverConnection, int errorCode) { in onConnectionShutdownShim() argument 30 onConnectionShutdown(serverConnection, errorCode); in onConnectionShutdownShim() 31 serverConnection.closedFuture.complete(errorCode); in onConnectionShutdownShim()
|
D | OperationRoutingServerConnectionHandler.java | 22 public OperationRoutingServerConnectionHandler(final ServerConnection serverConnection, in OperationRoutingServerConnectionHandler() argument 24 super(serverConnection); in OperationRoutingServerConnectionHandler()
|
/external/aws-crt-java/src/test/java/software/amazon/awssdk/crt/test/ |
D | ServerListenerTest.java | 41 … public ServerConnectionHandler onNewConnection(ServerConnection serverConnection, int errorCode) { in testSetupAndTearDown() 45 public void onConnectionShutdown(ServerConnection serverConnection, int errorCode) { in testSetupAndTearDown() 68 … public ServerConnectionHandler onNewConnection(ServerConnection serverConnection, int errorCode) { in testSetupWith0PortAndTearDown() 72 public void onConnectionShutdown(ServerConnection serverConnection, int errorCode) { in testSetupWith0PortAndTearDown() 97 … public ServerConnectionHandler onNewConnection(ServerConnection serverConnection, int errorCode) { in testBindErrorPropagates() 101 public void onConnectionShutdown(ServerConnection serverConnection, int errorCode) { in testBindErrorPropagates() 109 … public ServerConnectionHandler onNewConnection(ServerConnection serverConnection, int errorCode) { in testBindErrorPropagates() 113 public void onConnectionShutdown(ServerConnection serverConnection, int errorCode) { in testBindErrorPropagates() 148 … public ServerConnectionHandler onNewConnection(ServerConnection serverConnection, int errorCode) { in testConnectionHandling() 151 serverConnections[0] = serverConnection; in testConnectionHandling() [all …]
|
D | EventStreamClientConnectionTest.java | 42 … public ServerConnectionHandler onNewConnection(ServerConnection serverConnection, int errorCode) { in testConnectionHandling() 43 serverConnections[0] = serverConnection; in testConnectionHandling() 46 connectionHandler = new ServerConnectionHandler(serverConnection) { in testConnectionHandling() 58 serverConnectionAccepted.complete(serverConnection); in testConnectionHandling() 62 public void onConnectionShutdown(ServerConnection serverConnection, int errorCode) { in testConnectionHandling() 127 … public ServerConnectionHandler onNewConnection(ServerConnection serverConnection, int errorCode) { in testConnectionProtocolMessageHandling() 128 serverConnectionArray[0] = serverConnection; in testConnectionProtocolMessageHandling() 130 connectionHandler = new ServerConnectionHandler(serverConnection) { in testConnectionProtocolMessageHandling() 138 …serverConnection.sendProtocolMessage(null, responseMessage, MessageType.ConnectAck, MessageFlags.C… in testConnectionProtocolMessageHandling() 140 serverMessageSent.complete(serverConnection); in testConnectionProtocolMessageHandling() [all …]
|
/external/testng/src/main/java/org/testng/remote/strprotocol/ |
D | AbstractRemoteTestRunnerClient.java | 51 ServerConnection serverConnection) { in startListening() argument 54 m_serverConnection = serverConnection; in startListening() 56 serverConnection.start(); in startListening()
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-block-line.m | 59 - (void)serverConnection:(TConnection *)connection getCommand:(NSString *)str 64 // CHECK: define internal void @"__39-[TServer serverConnection:getCommand:]_block_invoke"
|