Serialized Form


Package com.alipay.remoting

Package com.alipay.remoting.exception

Class com.alipay.remoting.exception.CodecException extends RemotingException implements Serializable

serialVersionUID: -7513762648815278960L

Class com.alipay.remoting.exception.ConnectionClosedException extends RemotingException implements Serializable

serialVersionUID: -2595820033346329315L

Class com.alipay.remoting.exception.DeserializationException extends CodecException implements Serializable

serialVersionUID: 310446237157256052L

Serialized Fields

serverSide

boolean serverSide

Class com.alipay.remoting.exception.RemotingException extends Exception implements Serializable

serialVersionUID: 6183635628271812505L

Class com.alipay.remoting.exception.SerializationException extends CodecException implements Serializable

serialVersionUID: 5668965722686668067L

Serialized Fields

serverSide

boolean serverSide

Package com.alipay.remoting.rpc

Class com.alipay.remoting.rpc.HeartbeatAckCommand extends ResponseCommand implements Serializable

serialVersionUID: 2584912495844320855L

Class com.alipay.remoting.rpc.HeartbeatCommand extends RequestCommand implements Serializable

serialVersionUID: 4949981019109517725L

Class com.alipay.remoting.rpc.RequestCommand extends RpcCommand implements Serializable

serialVersionUID: -3457717009326601317L

Serialized Fields

timeout

int timeout
timeout, -1 stands for no timeout

Class com.alipay.remoting.rpc.ResponseCommand extends RpcCommand implements Serializable

serialVersionUID: -5194754228565292441L

Serialized Fields

responseStatus

ResponseStatus responseStatus

responseTimeMillis

long responseTimeMillis

responseHost

InetSocketAddress responseHost

cause

Throwable cause

Class com.alipay.remoting.rpc.RpcCommand extends Object implements Serializable

serialVersionUID: -3570261012462596503L

Serialized Fields

cmdCode

CommandCode cmdCode
Code which stands for the command.


version

byte version

type

byte type

serializer

byte serializer
Serializer, see the Configs.SERIALIZER_DEFAULT for the default serializer. Notice: this can not be changed after initialized at runtime.


protocolSwitch

ProtocolSwitch protocolSwitch
protocol switches


id

int id

clazzLength

short clazzLength
The length of clazz


headerLength

short headerLength

contentLength

int contentLength

clazz

byte[] clazz
The class of content


header

byte[] header
Header is used for transparent transmission.


content

byte[] content
The bytes format of the content of the command.


invokeContext

InvokeContext invokeContext
invoke context of each rpc command.


Package com.alipay.remoting.rpc.exception

Class com.alipay.remoting.rpc.exception.InvokeException extends RemotingException implements Serializable

serialVersionUID: -3974514863386363570L

Class com.alipay.remoting.rpc.exception.InvokeSendFailedException extends RemotingException implements Serializable

serialVersionUID: 4832257777758730796L

Class com.alipay.remoting.rpc.exception.InvokeServerBusyException extends RemotingException implements Serializable

serialVersionUID: 4480283862377034355L

Class com.alipay.remoting.rpc.exception.InvokeServerException extends RemotingException implements Serializable

serialVersionUID: 4480283862377034355L

Class com.alipay.remoting.rpc.exception.InvokeTimeoutException extends RemotingException implements Serializable

serialVersionUID: -7772633244795043476L

Class com.alipay.remoting.rpc.exception.RpcServerException extends RemotingException implements Serializable

serialVersionUID: 4480283862377034355L


Package com.alipay.remoting.rpc.protocol

Class com.alipay.remoting.rpc.protocol.RpcRequestCommand extends RequestCommand implements Serializable

serialVersionUID: -4602613826188210946L

Serialized Fields

requestObject

Object requestObject

requestClass

String requestClass

customSerializer

CustomSerializer customSerializer

requestHeader

Object requestHeader

Class com.alipay.remoting.rpc.protocol.RpcResponseCommand extends ResponseCommand implements Serializable

serialVersionUID: 5667111367880018776L

Serialized Fields

responseObject

Object responseObject

responseClass

String responseClass

customSerializer

CustomSerializer customSerializer

responseHeader

Object responseHeader

errorMsg

String errorMsg

Package com.alipay.remoting.util

Class com.alipay.remoting.util.FutureTaskNotRunYetException extends Exception implements Serializable

serialVersionUID: 2929126204324060632L



Copyright © 2018. All rights reserved.