Skip navigation links
A B C D E F G K L N O R S T U V 

A

addConstraintViolation(RestConstraintViolation) - Method in class org.apache.dubbo.rpc.protocol.rest.ViolationReport
 
APPLICATION_JSON_UTF_8 - Static variable in class org.apache.dubbo.rpc.protocol.rest.support.ContentType
 
aroundReadFrom(ReaderInterceptorContext) - Method in class org.apache.dubbo.rpc.protocol.rest.support.LoggingFilter
 
aroundWriteTo(WriterInterceptorContext) - Method in class org.apache.dubbo.rpc.protocol.rest.support.LoggingFilter
 

B

BaseRestServer - Class in org.apache.dubbo.rpc.protocol.rest
 
BaseRestServer() - Constructor for class org.apache.dubbo.rpc.protocol.rest.BaseRestServer
 

C

Constants - Interface in org.apache.dubbo.rpc.protocol.rest
 
ContentType - Class in org.apache.dubbo.rpc.protocol.rest.support
 
ContentType() - Constructor for class org.apache.dubbo.rpc.protocol.rest.support.ContentType
 
createResource(HttpRequest, HttpResponse, ResteasyProviderFactory) - Method in class org.apache.dubbo.rpc.protocol.rest.DubboResourceFactory
 
createServer(String) - Method in class org.apache.dubbo.rpc.protocol.rest.RestServerFactory
 

D

DEFAULT_KEEP_ALIVE - Static variable in interface org.apache.dubbo.rpc.protocol.rest.Constants
 
deploy(Class, Object, String) - Method in class org.apache.dubbo.rpc.protocol.rest.BaseRestServer
 
deploy(Class, Object, String) - Method in interface org.apache.dubbo.rpc.protocol.rest.RestServer
 
destroy() - Method in class org.apache.dubbo.rpc.protocol.rest.RestProtocol
 
DubboHttpServer - Class in org.apache.dubbo.rpc.protocol.rest
 
DubboHttpServer(HttpBinder) - Constructor for class org.apache.dubbo.rpc.protocol.rest.DubboHttpServer
 
DubboResourceFactory - Class in org.apache.dubbo.rpc.protocol.rest
We don't support propertyInjector here since the resource impl should be singleton in dubbo
DubboResourceFactory(Object, Class) - Constructor for class org.apache.dubbo.rpc.protocol.rest.DubboResourceFactory
 
DubboSwaggerApiListingResource - Class in org.apache.dubbo.rpc.protocol.rest.integration.swagger
 
DubboSwaggerApiListingResource() - Constructor for class org.apache.dubbo.rpc.protocol.rest.integration.swagger.DubboSwaggerApiListingResource
 
DubboSwaggerService - Interface in org.apache.dubbo.rpc.protocol.rest.integration.swagger
 

E

EXTENSION_KEY - Static variable in interface org.apache.dubbo.rpc.protocol.rest.Constants
 

F

filter(ContainerRequestContext) - Method in class org.apache.dubbo.rpc.protocol.rest.RpcContextFilter
 
filter(ClientRequestContext) - Method in class org.apache.dubbo.rpc.protocol.rest.RpcContextFilter
 
filter(ClientRequestContext) - Method in class org.apache.dubbo.rpc.protocol.rest.support.LoggingFilter
 
filter(ClientRequestContext, ClientResponseContext) - Method in class org.apache.dubbo.rpc.protocol.rest.support.LoggingFilter
 
filter(ContainerRequestContext) - Method in class org.apache.dubbo.rpc.protocol.rest.support.LoggingFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.apache.dubbo.rpc.protocol.rest.support.LoggingFilter
 

G

getConstraintViolations() - Method in class org.apache.dubbo.rpc.protocol.rest.ViolationReport
 
getDefaultPort() - Method in class org.apache.dubbo.rpc.protocol.rest.RestProtocol
 
getListingJson(Application, ServletConfig, HttpHeaders, UriInfo) - Method in class org.apache.dubbo.rpc.protocol.rest.integration.swagger.DubboSwaggerApiListingResource
 
getListingJson(Application, ServletConfig, HttpHeaders, UriInfo) - Method in interface org.apache.dubbo.rpc.protocol.rest.integration.swagger.DubboSwaggerService
 
getMessage() - Method in class org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
getPath() - Method in class org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
getScannableClass() - Method in class org.apache.dubbo.rpc.protocol.rest.DubboResourceFactory
 
getValue() - Method in class org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 

K

KEEP_ALIVE_KEY - Static variable in interface org.apache.dubbo.rpc.protocol.rest.Constants
 

L

LoggingFilter - Class in org.apache.dubbo.rpc.protocol.rest.support
This logging filter is not highly optimized for now
LoggingFilter() - Constructor for class org.apache.dubbo.rpc.protocol.rest.support.LoggingFilter
 

N

NettyServer - Class in org.apache.dubbo.rpc.protocol.rest
Netty server can't support @Context injection of servlet objects since it's not a servlet container
NettyServer() - Constructor for class org.apache.dubbo.rpc.protocol.rest.NettyServer
 

O

org.apache.dubbo.rpc.protocol.rest - package org.apache.dubbo.rpc.protocol.rest
 
org.apache.dubbo.rpc.protocol.rest.integration.swagger - package org.apache.dubbo.rpc.protocol.rest.integration.swagger
 
org.apache.dubbo.rpc.protocol.rest.support - package org.apache.dubbo.rpc.protocol.rest.support
 

R

registered(ResteasyProviderFactory) - Method in class org.apache.dubbo.rpc.protocol.rest.DubboResourceFactory
 
requestFinished(HttpRequest, HttpResponse, Object) - Method in class org.apache.dubbo.rpc.protocol.rest.DubboResourceFactory
 
RestConstraintViolation - Class in org.apache.dubbo.rpc.protocol.rest
 
RestConstraintViolation(String, String, String) - Constructor for class org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
RestConstraintViolation() - Constructor for class org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
RestProtocol - Class in org.apache.dubbo.rpc.protocol.rest
 
RestProtocol() - Constructor for class org.apache.dubbo.rpc.protocol.rest.RestProtocol
 
RestServer - Interface in org.apache.dubbo.rpc.protocol.rest
 
RestServerFactory - Class in org.apache.dubbo.rpc.protocol.rest
Only the server that implements servlet container could support something like @Context injection of servlet objects.
RestServerFactory() - Constructor for class org.apache.dubbo.rpc.protocol.rest.RestServerFactory
 
RpcContextFilter - Class in org.apache.dubbo.rpc.protocol.rest
 
RpcContextFilter() - Constructor for class org.apache.dubbo.rpc.protocol.rest.RpcContextFilter
 
RpcExceptionMapper - Class in org.apache.dubbo.rpc.protocol.rest
 
RpcExceptionMapper() - Constructor for class org.apache.dubbo.rpc.protocol.rest.RpcExceptionMapper
 

S

setConstraintViolations(List<RestConstraintViolation>) - Method in class org.apache.dubbo.rpc.protocol.rest.ViolationReport
 
setHttpBinder(HttpBinder) - Method in class org.apache.dubbo.rpc.protocol.rest.RestProtocol
 
setHttpBinder(HttpBinder) - Method in class org.apache.dubbo.rpc.protocol.rest.RestServerFactory
 
setMessage(String) - Method in class org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
setPath(String) - Method in class org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
setValue(String) - Method in class org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation
 
start(URL) - Method in class org.apache.dubbo.rpc.protocol.rest.BaseRestServer
 
start(URL) - Method in interface org.apache.dubbo.rpc.protocol.rest.RestServer
 
stop() - Method in class org.apache.dubbo.rpc.protocol.rest.DubboHttpServer
 
stop() - Method in class org.apache.dubbo.rpc.protocol.rest.NettyServer
 
stop() - Method in interface org.apache.dubbo.rpc.protocol.rest.RestServer
 

T

TEXT_PLAIN_UTF_8 - Static variable in class org.apache.dubbo.rpc.protocol.rest.support.ContentType
 
TEXT_XML_UTF_8 - Static variable in class org.apache.dubbo.rpc.protocol.rest.support.ContentType
 
toResponse(RpcException) - Method in class org.apache.dubbo.rpc.protocol.rest.RpcExceptionMapper
 

U

undeploy(Class) - Method in class org.apache.dubbo.rpc.protocol.rest.BaseRestServer
 
undeploy(Class) - Method in interface org.apache.dubbo.rpc.protocol.rest.RestServer
 
unregistered() - Method in class org.apache.dubbo.rpc.protocol.rest.DubboResourceFactory
 

V

ViolationReport - Class in org.apache.dubbo.rpc.protocol.rest
 
ViolationReport() - Constructor for class org.apache.dubbo.rpc.protocol.rest.ViolationReport
 
A B C D E F G K L N O R S T U V 
Skip navigation links

Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.