Home
last modified time | relevance | path

Searched refs:serverConnection (Results 1 – 6 of 6) sorted by relevance

/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/eventstream/
DServerListenerHandler.java16 …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()
DOperationRoutingServerConnectionHandler.java22 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/
DServerListenerTest.java41 … 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 …]
DEventStreamClientConnectionTest.java42 … 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()
138serverConnection.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/
DAbstractRemoteTestRunnerClient.java51 ServerConnection serverConnection) { in startListening() argument
54 m_serverConnection = serverConnection; in startListening()
56 serverConnection.start(); in startListening()
/external/clang/test/CodeGenObjC/
Ddebug-info-block-line.m59 - (void)serverConnection:(TConnection *)connection getCommand:(NSString *)str
64 // CHECK: define internal void @"__39-[TServer serverConnection:getCommand:]_block_invoke"