跳过导航链接
A B C D E F G H I J L M N O P R S T U V W 

A

AbstractFuture<V> - net.apexes.wsonrpc.util中的类
From Google Guava project.
AbstractFuture() - 类 的构造器net.apexes.wsonrpc.util.AbstractFuture
Constructor for use by subclasses.

B

BinaryWrapper - net.apexes.wsonrpc.core中的接口
 
bind(Class<T>) - 类 中的方法net.apexes.wsonrpc.core.ServiceRegistry
 
build() - 类 中的方法net.apexes.wsonrpc.core.WsonrpcConfigBuilder
 

C

cancel(boolean) - 类 中的方法net.apexes.wsonrpc.util.AbstractFuture
 
checkNotNull(T) - 类 中的静态方法net.apexes.wsonrpc.util.AbstractFuture
Ensures that an object reference passed as a parameter to the calling method is not null.
classLoader(ClassLoader) - 类 中的方法net.apexes.wsonrpc.core.RemoteInvoker
 
close() - 接口 中的方法net.apexes.wsonrpc.core.WebSocketSession
 
closeSession() - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEndpoint
 
config - 类 中的变量net.apexes.wsonrpc.core.WsonrpcEngine
 
create(Remote) - 类 中的静态方法net.apexes.wsonrpc.core.RemoteInvoker
 
create() - 类 中的静态方法net.apexes.wsonrpc.core.WsonrpcConfigBuilder
 
createRequest(String, String, Object[], String) - 类 中的方法net.apexes.wsonrpc.core.JsonRpcEngine
 
createRequest(String, String, Object[]) - 接口 中的方法net.apexes.wsonrpc.json.JsonImplementor
 
createRequest(String, String, Object[]) - 类 中的方法net.apexes.wsonrpc.json.support.gson.GsonImplementor
 
createRequest(String, String, Object[]) - 类 中的方法net.apexes.wsonrpc.json.support.jackson.JacksonImplementor
 
createResponse(String, Object) - 接口 中的方法net.apexes.wsonrpc.json.JsonImplementor
 
createResponse(JsonRpcError) - 接口 中的方法net.apexes.wsonrpc.json.JsonImplementor
 
createResponse(String, JsonRpcError) - 接口 中的方法net.apexes.wsonrpc.json.JsonImplementor
 
createResponse(String, Object) - 类 中的方法net.apexes.wsonrpc.json.support.gson.GsonImplementor
 
createResponse(JsonRpcError) - 类 中的方法net.apexes.wsonrpc.json.support.gson.GsonImplementor
 
createResponse(String, JsonRpcError) - 类 中的方法net.apexes.wsonrpc.json.support.gson.GsonImplementor
 
createResponse(String, Object) - 类 中的方法net.apexes.wsonrpc.json.support.jackson.JacksonImplementor
 
createResponse(JsonRpcError) - 类 中的方法net.apexes.wsonrpc.json.support.jackson.JacksonImplementor
 
createResponse(String, JsonRpcError) - 类 中的方法net.apexes.wsonrpc.json.support.jackson.JacksonImplementor
 
createSession(Session) - 类 中的静态方法net.apexes.wsonrpc.core.websocket.WebSockets
 

D

defaultConfig() - 类 中的静态方法net.apexes.wsonrpc.core.WsonrpcConfigBuilder
 
disconnect() - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEndpoint
 
disconnect() - 接口 中的方法net.apexes.wsonrpc.core.WsonrpcRemote
 

E

execute(JsonRpcRequest) - 类 中的方法net.apexes.wsonrpc.core.JsonRpcEngine
处理远端的调用请求,执行相应的方法并返回执行结果。
execute(WebSocketSession, JsonRpcRequest) - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEngine
 

F

fromCause(JsonRpcErrorCause) - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
fromJson(String) - 接口 中的方法net.apexes.wsonrpc.json.JsonImplementor
 
fromJson(String) - 类 中的方法net.apexes.wsonrpc.json.support.gson.GsonImplementor
 
fromJson(String) - 类 中的方法net.apexes.wsonrpc.json.support.jackson.JacksonImplementor
 
fromResponse(JsonRpcResponse, Type) - 类 中的方法net.apexes.wsonrpc.core.JsonRpcEngine
 
fromResponse(JsonRpcResponse, Class<T>) - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEngine
 

G

get(Class<T>) - 类 中的方法net.apexes.wsonrpc.core.RemoteInvoker
获取指定类型的对象
get(long, TimeUnit) - 类 中的方法net.apexes.wsonrpc.util.AbstractFuture
The default AbstractFuture implementation throws InterruptedException if the current thread is interrupted before or during the call, even if the value is already available.
get() - 类 中的方法net.apexes.wsonrpc.util.AbstractFuture
The default AbstractFuture implementation throws InterruptedException if the current thread is interrupted before or during the call, even if the value is already available.
getBinaryWrapper() - 接口 中的方法net.apexes.wsonrpc.core.WsonrpcConfig
 
getBinaryWrapper() - 类 中的方法net.apexes.wsonrpc.core.WsonrpcConfigBuilder.WsonrpcConfigImpl
 
getCause() - 类 中的方法net.apexes.wsonrpc.json.JsonRpcErrorCause
 
getClassName() - 类 中的方法net.apexes.wsonrpc.json.JsonRpcErrorCauseStackTrace
 
getCode() - 类 中的方法net.apexes.wsonrpc.json.JsonRpcError
 
getConfig() - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEngine
 
getData() - 类 中的方法net.apexes.wsonrpc.json.JsonRpcError
 
getError() - 接口 中的方法net.apexes.wsonrpc.json.JsonRpcResponse
 
getErrorClass() - 类 中的方法net.apexes.wsonrpc.json.JsonRpcErrorCause
 
getErrorMessage() - 类 中的方法net.apexes.wsonrpc.json.JsonRpcErrorCause
 
getFileName() - 类 中的方法net.apexes.wsonrpc.json.JsonRpcErrorCauseStackTrace
 
getId() - 接口 中的方法net.apexes.wsonrpc.core.WebSocketSession
 
getId() - 接口 中的方法net.apexes.wsonrpc.json.JsonRpcMessage
 
getJsonImplementor() - 类 中的方法net.apexes.wsonrpc.core.JsonRpcEngine
 
getJsonImplementor() - 接口 中的方法net.apexes.wsonrpc.core.WsonrpcConfig
 
getJsonImplementor() - 类 中的方法net.apexes.wsonrpc.core.WsonrpcConfigBuilder.WsonrpcConfigImpl
 
getJsonImplementor() - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEngine
 
getJsonRpcError() - 异常错误 中的方法net.apexes.wsonrpc.core.RemoteException
 
getJsonRpcLogger() - 类 中的方法net.apexes.wsonrpc.core.JsonRpcEngine
 
getLineNumber() - 类 中的方法net.apexes.wsonrpc.json.JsonRpcErrorCauseStackTrace
 
getMessage() - 类 中的方法net.apexes.wsonrpc.json.JsonRpcError
 
getMethod() - 接口 中的方法net.apexes.wsonrpc.json.JsonRpcRequest
 
getMethodName() - 类 中的方法net.apexes.wsonrpc.json.JsonRpcErrorCauseStackTrace
 
getParamCount() - 接口 中的方法net.apexes.wsonrpc.json.JsonRpcRequest
 
getParams() - 接口 中的方法net.apexes.wsonrpc.json.JsonRpcRequest
 
getParams(Type[]) - 接口 中的方法net.apexes.wsonrpc.json.JsonRpcRequest
 
getParamsAsJson() - 接口 中的方法net.apexes.wsonrpc.json.JsonRpcRequest
 
getResult() - 接口 中的方法net.apexes.wsonrpc.json.JsonRpcResponse
 
getResultAsJson() - 接口 中的方法net.apexes.wsonrpc.json.JsonRpcResponse
 
getResultValue(Type) - 接口 中的方法net.apexes.wsonrpc.json.JsonRpcResponse
 
getServiceRegistry() - 类 中的方法net.apexes.wsonrpc.core.JsonRpcEngine
 
getServiceRegistry() - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEngine
 
getSession() - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEndpoint
 
getSessionId() - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEndpoint
 
getSessionId() - 接口 中的方法net.apexes.wsonrpc.core.WsonrpcRemote
 
getStackTraces() - 类 中的方法net.apexes.wsonrpc.json.JsonRpcErrorCause
 
getWsonrpcLogger() - 接口 中的方法net.apexes.wsonrpc.core.WsonrpcConfig
 
getWsonrpcLogger() - 类 中的方法net.apexes.wsonrpc.core.WsonrpcConfigBuilder.WsonrpcConfigImpl
 
GsonImplementor - net.apexes.wsonrpc.json.support.gson中的类
 
GsonImplementor() - 类 的构造器net.apexes.wsonrpc.json.support.gson.GsonImplementor
 
GsonImplementor(Gson) - 类 的构造器net.apexes.wsonrpc.json.support.gson.GsonImplementor
 
GZIPBinaryWrapper - net.apexes.wsonrpc.core中的类
 
GZIPBinaryWrapper() - 类 的构造器net.apexes.wsonrpc.core.GZIPBinaryWrapper
 

H

handle(WebSocketSession, byte[]) - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEngine
处理收到的JSON数据
handleRequest(WebSocketSession, JsonRpcRequest) - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEngine
 
handleResponse(JsonRpcResponse) - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEngine
 

I

internalError() - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
internalError(String) - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
internalError(Throwable) - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
internalError(String, Throwable) - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
interruptTask() - 类 中的方法net.apexes.wsonrpc.util.AbstractFuture
Subclasses can override this method to implement interruption of the future's computation.
invalidParamsError() - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
invalidParamsError(String) - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
invalidParamsError(Throwable) - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
invalidParamsError(String, Throwable) - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
invalidRequestError() - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
invalidRequestError(String) - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
invalidRequestError(Throwable) - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
invalidRequestError(String, Throwable) - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
invoke(String, String, Object[], String, Transport) - 类 中的方法net.apexes.wsonrpc.core.JsonRpcEngine
远程调用方法。
isCancelled() - 类 中的方法net.apexes.wsonrpc.util.AbstractFuture
 
isConnected() - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEndpoint
 
isConnected() - 接口 中的方法net.apexes.wsonrpc.core.WsonrpcRemote
 
isDone() - 类 中的方法net.apexes.wsonrpc.util.AbstractFuture
 
isOpen() - 接口 中的方法net.apexes.wsonrpc.core.WebSocketSession
 
isRequest() - 接口 中的方法net.apexes.wsonrpc.json.JsonRpcMessage
 
isResponse() - 接口 中的方法net.apexes.wsonrpc.json.JsonRpcMessage
 

J

JacksonImplementor - net.apexes.wsonrpc.json.support.jackson中的类
 
JacksonImplementor() - 类 的构造器net.apexes.wsonrpc.json.support.jackson.JacksonImplementor
 
JacksonImplementor(ObjectMapper) - 类 的构造器net.apexes.wsonrpc.json.support.jackson.JacksonImplementor
 
json(JsonImplementor) - 类 中的方法net.apexes.wsonrpc.core.WsonrpcConfigBuilder
 
JsonException - net.apexes.wsonrpc.core中的异常错误
 
JsonException(String) - 异常错误 的构造器net.apexes.wsonrpc.core.JsonException
 
JsonException(String, Throwable) - 异常错误 的构造器net.apexes.wsonrpc.core.JsonException
 
JsonException(Throwable) - 异常错误 的构造器net.apexes.wsonrpc.core.JsonException
 
JsonImplementor - net.apexes.wsonrpc.json中的接口
 
JsonRpcEngine - net.apexes.wsonrpc.core中的类
 
JsonRpcEngine(JsonImplementor) - 类 的构造器net.apexes.wsonrpc.core.JsonRpcEngine
 
JsonRpcEngine(JsonImplementor, BinaryWrapper) - 类 的构造器net.apexes.wsonrpc.core.JsonRpcEngine
 
jsonRpcEngine - 类 中的变量net.apexes.wsonrpc.core.WsonrpcEngine
 
JsonRpcError - net.apexes.wsonrpc.json中的类
 
JsonRpcError(Integer, String, JsonRpcErrorCause) - 类 的构造器net.apexes.wsonrpc.json.JsonRpcError
 
JsonRpcErrorCause - net.apexes.wsonrpc.json中的类
 
JsonRpcErrorCause() - 类 的构造器net.apexes.wsonrpc.json.JsonRpcErrorCause
 
JsonRpcErrorCauseStackTrace - net.apexes.wsonrpc.json中的类
 
JsonRpcErrorCauseStackTrace() - 类 的构造器net.apexes.wsonrpc.json.JsonRpcErrorCauseStackTrace
 
JsonRpcErrors - net.apexes.wsonrpc.util中的类
 
JsonRpcLogger - net.apexes.wsonrpc.core中的接口
 
JsonRpcMessage - net.apexes.wsonrpc.json中的接口
 
JsonRpcRequest - net.apexes.wsonrpc.json中的接口
 
JsonRpcResponse - net.apexes.wsonrpc.json中的接口
 

L

logger(WsonrpcLogger) - 类 中的方法net.apexes.wsonrpc.core.WsonrpcConfigBuilder
 

M

methodNotFoundError() - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
methodNotFoundError(String) - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
methodNotFoundError(Throwable) - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
methodNotFoundError(String, Throwable) - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 

N

net.apexes.wsonrpc.core - 程序包 net.apexes.wsonrpc.core
 
net.apexes.wsonrpc.core.websocket - 程序包 net.apexes.wsonrpc.core.websocket
 
net.apexes.wsonrpc.json - 程序包 net.apexes.wsonrpc.json
 
net.apexes.wsonrpc.json.support.gson - 程序包 net.apexes.wsonrpc.json.support.gson
 
net.apexes.wsonrpc.json.support.jackson - 程序包 net.apexes.wsonrpc.json.support.jackson
 
net.apexes.wsonrpc.util - 程序包 net.apexes.wsonrpc.util
 
notify(String, String, Object[]) - 接口 中的方法net.apexes.wsonrpc.core.Remote
同步调用远程的方法。
notify(String, String, Object[]) - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEndpoint
 
notify(WebSocketSession, String, String, Object[]) - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEngine
 

O

onError(String, Throwable) - 接口 中的方法net.apexes.wsonrpc.core.WsonrpcLogger
 
onReceive(String) - 接口 中的方法net.apexes.wsonrpc.core.JsonRpcLogger
 
onReceive(String, String) - 接口 中的方法net.apexes.wsonrpc.core.WsonrpcLogger
 
onTransmit(String) - 接口 中的方法net.apexes.wsonrpc.core.JsonRpcLogger
 
onTransmit(String, String) - 接口 中的方法net.apexes.wsonrpc.core.WsonrpcLogger
 
openSession(WebSocketSession) - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEndpoint
 

P

parseError() - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
parseError(String) - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
parseError(Throwable) - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
parseError(String, Throwable) - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
ping() - 接口 中的方法net.apexes.wsonrpc.core.WebSocketSession
 
ping() - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEndpoint
 
ping() - 接口 中的方法net.apexes.wsonrpc.core.WsonrpcRemote
 

R

read(byte[]) - 接口 中的方法net.apexes.wsonrpc.core.BinaryWrapper
 
read(byte[]) - 类 中的方法net.apexes.wsonrpc.core.GZIPBinaryWrapper
 
receive(byte[]) - 类 中的方法net.apexes.wsonrpc.core.JsonRpcEngine
 
receive(byte[], JsonRpcLogger) - 类 中的方法net.apexes.wsonrpc.core.JsonRpcEngine
 
receiveRequest(byte[], Transport) - 类 中的方法net.apexes.wsonrpc.core.JsonRpcEngine
接收远端的调用请求,并将回复执行结果。
receiveResponse(byte[], Type) - 类 中的方法net.apexes.wsonrpc.core.JsonRpcEngine
接收远程调用得到的回复,从回复中返回指定类型的对象。
register(String, Class<T>, T) - 类 中的方法net.apexes.wsonrpc.core.ServiceRegistry
 
Remote - net.apexes.wsonrpc.core中的接口
 
RemoteException - net.apexes.wsonrpc.core中的异常错误
 
RemoteInvoker - net.apexes.wsonrpc.core中的类
 
request(String, String, Object[], Class<T>, int) - 接口 中的方法net.apexes.wsonrpc.core.Remote
同步调用远端方法,并返回指定类型的调用结果。
request(String, String, Object[], Class<T>, int) - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEndpoint
 
request(String, String, Object[], Class<T>) - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEndpoint
 
request(String, String, Object[], WsonrpcCallback) - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEndpoint
 
request(WebSocketSession, String, String, Object[], Class<T>) - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEngine
 
request(WebSocketSession, String, String, Object[], WsonrpcCallback) - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEngine
 
request(String, String, Object[], Class<T>) - 接口 中的方法net.apexes.wsonrpc.core.WsonrpcRemote
调用远程的方法,返回Future。
request(String, String, Object[], WsonrpcCallback) - 接口 中的方法net.apexes.wsonrpc.core.WsonrpcRemote
调用远端方法。

S

sendBinary(byte[]) - 接口 中的方法net.apexes.wsonrpc.core.Transport
 
serverError(int, String, Throwable) - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
serviceName(String) - 类 中的方法net.apexes.wsonrpc.core.RemoteInvoker
自定义服务名称
serviceName(String) - 类 中的方法net.apexes.wsonrpc.core.ServiceRegistry.Binder
自定义服务名称
ServiceRegistry - net.apexes.wsonrpc.core中的类
 
ServiceRegistry() - 类 的构造器net.apexes.wsonrpc.core.ServiceRegistry
 
ServiceRegistry.Binder<T> - net.apexes.wsonrpc.core中的类
 
set(V) - 类 中的方法net.apexes.wsonrpc.util.AbstractFuture
Subclasses should invoke this method to set the result of the computation to value.
setCause(JsonRpcErrorCause) - 类 中的方法net.apexes.wsonrpc.json.JsonRpcErrorCause
 
setClassName(String) - 类 中的方法net.apexes.wsonrpc.json.JsonRpcErrorCauseStackTrace
 
setError(Throwable) - 接口 中的方法net.apexes.wsonrpc.core.WsonrpcCallback
 
setError(Throwable) - 类 中的方法net.apexes.wsonrpc.core.WsonrpcFuture
 
setErrorClass(String) - 类 中的方法net.apexes.wsonrpc.json.JsonRpcErrorCause
 
setErrorMessage(String) - 类 中的方法net.apexes.wsonrpc.json.JsonRpcErrorCause
 
setException(Throwable) - 类 中的方法net.apexes.wsonrpc.util.AbstractFuture
Subclasses should invoke this method to set the result of the computation to an error, throwable.
setFileName(String) - 类 中的方法net.apexes.wsonrpc.json.JsonRpcErrorCauseStackTrace
 
setJsonRpcLogger(JsonRpcLogger) - 类 中的方法net.apexes.wsonrpc.core.JsonRpcEngine
 
setLineNumber(int) - 类 中的方法net.apexes.wsonrpc.json.JsonRpcErrorCauseStackTrace
 
setMethodName(String) - 类 中的方法net.apexes.wsonrpc.json.JsonRpcErrorCauseStackTrace
 
setStackTraces(List<JsonRpcErrorCauseStackTrace>) - 类 中的方法net.apexes.wsonrpc.json.JsonRpcErrorCause
 
setValue(JsonRpcResponse) - 接口 中的方法net.apexes.wsonrpc.core.WsonrpcCallback
 
setValue(JsonRpcResponse) - 类 中的方法net.apexes.wsonrpc.core.WsonrpcFuture
 
simpleNameIfNull() - 类 中的方法net.apexes.wsonrpc.core.RemoteInvoker
如果未设置服务名称就使用serviceClass的simpleName
simpleNameIfNull() - 类 中的方法net.apexes.wsonrpc.core.ServiceRegistry.Binder
如果未设置服务名称就使用serviceClass的simpleName
simpleNameIfNull(Class<T>) - 类 中的方法net.apexes.wsonrpc.core.ServiceRegistry
 

T

timeout(int) - 类 中的方法net.apexes.wsonrpc.core.RemoteInvoker
设置超时时间,0表示永不超时。
toCause(Throwable) - 类 中的静态方法net.apexes.wsonrpc.util.JsonRpcErrors
 
toInstance(T) - 类 中的方法net.apexes.wsonrpc.core.ServiceRegistry.Binder
 
toJson() - 接口 中的方法net.apexes.wsonrpc.json.JsonRpcMessage
 
toResponse(String, Object) - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEngine
 
transmit(Transport, JsonRpcMessage) - 类 中的方法net.apexes.wsonrpc.core.JsonRpcEngine
 
transmit(Transport, JsonRpcMessage, JsonRpcLogger) - 类 中的方法net.apexes.wsonrpc.core.JsonRpcEngine
 
transmit(WebSocketSession, JsonRpcResponse) - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEngine
 
Transport - net.apexes.wsonrpc.core中的接口
 

U

unregister(String) - 类 中的方法net.apexes.wsonrpc.core.ServiceRegistry
 

V

verifyOnline() - 类 中的方法net.apexes.wsonrpc.core.WsonrpcEndpoint
 

W

wasInterrupted() - 类 中的方法net.apexes.wsonrpc.util.AbstractFuture
Returns true if this future was cancelled with mayInterruptIfRunning set to true.
WebSockets - net.apexes.wsonrpc.core.websocket中的类
 
WebSocketSession - net.apexes.wsonrpc.core中的接口
 
wrapper(BinaryWrapper) - 类 中的方法net.apexes.wsonrpc.core.WsonrpcConfigBuilder
 
write(byte[]) - 接口 中的方法net.apexes.wsonrpc.core.BinaryWrapper
 
write(byte[]) - 类 中的方法net.apexes.wsonrpc.core.GZIPBinaryWrapper
 
WsonrpcCallback - net.apexes.wsonrpc.core中的接口
 
WsonrpcConfig - net.apexes.wsonrpc.core中的接口
 
WsonrpcConfigBuilder - net.apexes.wsonrpc.core中的类
 
WsonrpcConfigBuilder() - 类 的构造器net.apexes.wsonrpc.core.WsonrpcConfigBuilder
 
WsonrpcConfigBuilder.WsonrpcConfigImpl - net.apexes.wsonrpc.core中的类
 
WsonrpcConfigImpl(WsonrpcConfig) - 类 的构造器net.apexes.wsonrpc.core.WsonrpcConfigBuilder.WsonrpcConfigImpl
 
WsonrpcConfigImpl(JsonImplementor, BinaryWrapper, WsonrpcLogger) - 类 的构造器net.apexes.wsonrpc.core.WsonrpcConfigBuilder.WsonrpcConfigImpl
 
WsonrpcEndpoint - net.apexes.wsonrpc.core中的类
 
WsonrpcEndpoint(WsonrpcConfig) - 类 的构造器net.apexes.wsonrpc.core.WsonrpcEndpoint
 
WsonrpcEndpoint(WsonrpcEngine) - 类 的构造器net.apexes.wsonrpc.core.WsonrpcEndpoint
 
wsonrpcEngine - 类 中的变量net.apexes.wsonrpc.core.WsonrpcEndpoint
 
WsonrpcEngine - net.apexes.wsonrpc.core中的类
 
WsonrpcEngine(WsonrpcConfig) - 类 的构造器net.apexes.wsonrpc.core.WsonrpcEngine
 
WsonrpcException - net.apexes.wsonrpc.core中的异常错误
 
WsonrpcException(String) - 异常错误 的构造器net.apexes.wsonrpc.core.WsonrpcException
 
WsonrpcException(String, Throwable) - 异常错误 的构造器net.apexes.wsonrpc.core.WsonrpcException
 
WsonrpcException(Throwable) - 异常错误 的构造器net.apexes.wsonrpc.core.WsonrpcException
 
WsonrpcFuture<T> - net.apexes.wsonrpc.core中的类
 
wsonrpcLogger - 类 中的变量net.apexes.wsonrpc.core.WsonrpcEngine
 
WsonrpcLogger - net.apexes.wsonrpc.core中的接口
 
WsonrpcRemote - net.apexes.wsonrpc.core中的接口
 
A B C D E F G H I J L M N O P R S T U V W 
跳过导航链接

Copyright © 2018. All rights reserved.