public class TimeoutException extends RemotingException
CompletableFuture.get(),
序列化表格| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CLIENT_SIDE |
static int |
SERVER_SIDE |
| 构造器和说明 |
|---|
TimeoutException(boolean serverSide,
Channel channel,
String message) |
TimeoutException(boolean serverSide,
InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
String message) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getPhase() |
boolean |
isClientSide() |
boolean |
isServerSide() |
getLocalAddress, getRemoteAddresspublic static final int CLIENT_SIDE
public static final int SERVER_SIDE
public TimeoutException(boolean serverSide,
InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
String message)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.