A B C D E F G K L N O R S T U V 
所有类 所有程序包

A

addConstraintViolation(RestConstraintViolation) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.ViolationReport
 
APPLICATION_JSON_UTF_8 - 类 中的静态变量org.apache.dubbo.rpc.protocol.rest.support.ContentType
 
aroundReadFrom(ReaderInterceptorContext) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.support.LoggingFilter
 
aroundWriteTo(WriterInterceptorContext) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.support.LoggingFilter
 

B

BaseRestProtocolServer - org.apache.dubbo.rpc.protocol.rest中的类
 
BaseRestProtocolServer() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.BaseRestProtocolServer
 

C

close() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.DubboHttpProtocolServer
 
close() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.NettyRestProtocolServer
 
Constants - org.apache.dubbo.rpc.protocol.rest中的接口
 
ContentType - org.apache.dubbo.rpc.protocol.rest.support中的类
 
ContentType() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.support.ContentType
 
createResource(HttpRequest, HttpResponse, ResteasyProviderFactory) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.DubboResourceFactory
 
createServer(String) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestServerFactory
 

D

DEFAULT_KEEP_ALIVE - 接口 中的静态变量org.apache.dubbo.rpc.protocol.rest.Constants
 
deploy(Class, Object, String) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.BaseRestProtocolServer
 
deploy(Class, Object, String) - 接口 中的方法org.apache.dubbo.rpc.protocol.rest.RestProtocolServer
 
destroy() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestProtocol
 
DubboHttpProtocolServer - org.apache.dubbo.rpc.protocol.rest中的类
 
DubboHttpProtocolServer(HttpBinder) - 类 的构造器org.apache.dubbo.rpc.protocol.rest.DubboHttpProtocolServer
 
DubboResourceFactory - org.apache.dubbo.rpc.protocol.rest中的类
We don't support propertyInjector here since the resource impl should be singleton in dubbo
DubboResourceFactory(Object, Class) - 类 的构造器org.apache.dubbo.rpc.protocol.rest.DubboResourceFactory
 
DubboSwaggerApiListingResource - org.apache.dubbo.rpc.protocol.rest.integration.swagger中的类
 
DubboSwaggerApiListingResource() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.integration.swagger.DubboSwaggerApiListingResource
 
DubboSwaggerService - org.apache.dubbo.rpc.protocol.rest.integration.swagger中的接口
 

E

EXTENSION_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.rest.Constants
 

F

filter(ClientRequestContext) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RpcContextFilter
 
filter(ClientRequestContext) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.support.LoggingFilter
 
filter(ClientRequestContext, ClientResponseContext) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.support.LoggingFilter
 
filter(ContainerRequestContext) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RpcContextFilter
 
filter(ContainerRequestContext) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.support.LoggingFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.support.LoggingFilter
 

G

getAddress() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.BaseRestProtocolServer
 
getConstraintViolations() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.ViolationReport
 
getDefaultPort() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestProtocol
 
getListingJson(Application, ServletConfig, HttpHeaders, UriInfo) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.integration.swagger.DubboSwaggerApiListingResource
 
getListingJson(Application, ServletConfig, HttpHeaders, UriInfo) - 接口 中的方法org.apache.dubbo.rpc.protocol.rest.integration.swagger.DubboSwaggerService
 
getMessage() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
getPath() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
getScannableClass() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.DubboResourceFactory
 
getValue() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 

K

KEEP_ALIVE_KEY - 接口 中的静态变量org.apache.dubbo.rpc.protocol.rest.Constants
 

L

LoggingFilter - org.apache.dubbo.rpc.protocol.rest.support中的类
This logging filter is not highly optimized for now
LoggingFilter() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.support.LoggingFilter
 

N

NettyRestProtocolServer - org.apache.dubbo.rpc.protocol.rest中的类
Netty server can't support @Context injection of servlet objects since it's not a servlet container
NettyRestProtocolServer() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.NettyRestProtocolServer
 

O

org.apache.dubbo.rpc.protocol.rest - 程序包 org.apache.dubbo.rpc.protocol.rest
 
org.apache.dubbo.rpc.protocol.rest.integration.swagger - 程序包 org.apache.dubbo.rpc.protocol.rest.integration.swagger
 
org.apache.dubbo.rpc.protocol.rest.support - 程序包 org.apache.dubbo.rpc.protocol.rest.support
 

R

registered(ResteasyProviderFactory) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.DubboResourceFactory
 
requestFinished(HttpRequest, HttpResponse, Object) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.DubboResourceFactory
 
RestConstraintViolation - org.apache.dubbo.rpc.protocol.rest中的类
 
RestConstraintViolation() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
RestConstraintViolation(String, String, String) - 类 的构造器org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
RestProtocol - org.apache.dubbo.rpc.protocol.rest中的类
 
RestProtocol() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.RestProtocol
 
RestProtocolServer - org.apache.dubbo.rpc.protocol.rest中的接口
 
RestServerFactory - org.apache.dubbo.rpc.protocol.rest中的类
Only the server that implements servlet container could support something like @Context injection of servlet objects.
RestServerFactory() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.RestServerFactory
 
RpcContextFilter - org.apache.dubbo.rpc.protocol.rest中的类
 
RpcContextFilter() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.RpcContextFilter
 
RpcExceptionMapper - org.apache.dubbo.rpc.protocol.rest中的类
 
RpcExceptionMapper() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.RpcExceptionMapper
 

S

setAddress(String) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.BaseRestProtocolServer
 
setConstraintViolations(List<RestConstraintViolation>) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.ViolationReport
 
setHttpBinder(HttpBinder) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestProtocol
 
setHttpBinder(HttpBinder) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestServerFactory
 
setMessage(String) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
setPath(String) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
setValue(String) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
start(URL) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.BaseRestProtocolServer
 
start(URL) - 接口 中的方法org.apache.dubbo.rpc.protocol.rest.RestProtocolServer
 

T

TEXT_PLAIN_UTF_8 - 类 中的静态变量org.apache.dubbo.rpc.protocol.rest.support.ContentType
 
TEXT_XML_UTF_8 - 类 中的静态变量org.apache.dubbo.rpc.protocol.rest.support.ContentType
 
toResponse(RpcException) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.RpcExceptionMapper
 

U

undeploy(Class) - 类 中的方法org.apache.dubbo.rpc.protocol.rest.BaseRestProtocolServer
 
undeploy(Class) - 接口 中的方法org.apache.dubbo.rpc.protocol.rest.RestProtocolServer
 
unregistered() - 类 中的方法org.apache.dubbo.rpc.protocol.rest.DubboResourceFactory
 

V

ViolationReport - org.apache.dubbo.rpc.protocol.rest中的类
 
ViolationReport() - 类 的构造器org.apache.dubbo.rpc.protocol.rest.ViolationReport
 
A B C D E F G K L N O R S T U V 
所有类 所有程序包