public interface RpcConnectionHandler<T extends RemoteConnection>
Modifier and Type | Interface and Description |
---|---|
static class |
RpcConnectionHandler.FailureType |
Modifier and Type | Method and Description |
---|---|
void |
connectionFailed(RpcConnectionHandler.FailureType type,
Throwable t) |
void |
connectionSucceeded(T connection) |
void connectionSucceeded(T connection)
void connectionFailed(RpcConnectionHandler.FailureType type, Throwable t)
Copyright © 1970 The Apache Software Foundation. All rights reserved.