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

A

AbstractHttpClientFactory - org.apache.dubbo.remoting.http.factory中的类
AbstractHttpClientFactory
AbstractHttpClientFactory() - 类 的构造器org.apache.dubbo.remoting.http.factory.AbstractHttpClientFactory
 
AbstractHttpServer - org.apache.dubbo.remoting.http.support中的类
AbstractHttpServer
AbstractHttpServer(URL, HttpHandler) - 类 的构造器org.apache.dubbo.remoting.http.support.AbstractHttpServer
 
addHeader(String, String) - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
addHeader(String, Object) - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
addHeaders(String, Collection<String>) - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
addHttpHandler(int, HttpHandler) - 类 中的静态方法org.apache.dubbo.remoting.http.servlet.DispatcherServlet
 
addKeepAliveHeader(int) - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
addParam(String, String) - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
addParam(String, Object) - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
addParams(String, Collection<String>) - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
addServletContext(int, ServletContext) - 类 中的方法org.apache.dubbo.remoting.http.servlet.ServletManager
 
addValueByKey(String, String, Map<String, Collection<String>>) - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
ApacheHttpClientFactory - org.apache.dubbo.remoting.http.factory.impl中的类
 
ApacheHttpClientFactory() - 类 的构造器org.apache.dubbo.remoting.http.factory.impl.ApacheHttpClientFactory
 
appendErrorMessage(String, String) - 接口 中的方法org.apache.dubbo.remoting.http.RestResult
 

B

BaseRestClient<CLIENT> - org.apache.dubbo.remoting.http中的类
 
BaseRestClient(HttpClientConfig) - 类 的构造器org.apache.dubbo.remoting.http.BaseRestClient
 
bind(URL, HttpHandler) - 接口 中的方法org.apache.dubbo.remoting.http.HttpBinder
bind the server.
bind(URL, HttpHandler) - 类 中的方法org.apache.dubbo.remoting.http.jetty.JettyHttpBinder
 
bind(URL, HttpHandler) - 类 中的方法org.apache.dubbo.remoting.http.servlet.ServletHttpBinder
 
bind(URL, HttpHandler) - 类 中的方法org.apache.dubbo.remoting.http.tomcat.TomcatHttpBinder
 
body(Object, Class) - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
BootstrapListener - org.apache.dubbo.remoting.http.servlet中的类
This class must be defined before something like spring's ContextLoaderListener in web.xml
BootstrapListener() - 类 的构造器org.apache.dubbo.remoting.http.servlet.BootstrapListener
 

C

canHandleIdle() - 类 中的方法org.apache.dubbo.remoting.http.support.AbstractHttpServer
Following methods are extended from RemotingServer, useless for http servers
close() - 接口 中的方法org.apache.dubbo.remoting.http.HttpServer
close the channel.
close(int) - 接口 中的方法org.apache.dubbo.remoting.http.HttpServer
Graceful close the channel.
close() - 类 中的方法org.apache.dubbo.remoting.http.jetty.JettyHttpServer
 
close() - 接口 中的方法org.apache.dubbo.remoting.http.RestClient
close the channel.
close(int) - 接口 中的方法org.apache.dubbo.remoting.http.RestClient
Graceful close the channel.
close() - 类 中的方法org.apache.dubbo.remoting.http.restclient.HttpClientRestClient
 
close(int) - 类 中的方法org.apache.dubbo.remoting.http.restclient.HttpClientRestClient
 
close() - 类 中的方法org.apache.dubbo.remoting.http.restclient.OKHttpRestClient
 
close(int) - 类 中的方法org.apache.dubbo.remoting.http.restclient.OKHttpRestClient
 
close() - 类 中的方法org.apache.dubbo.remoting.http.restclient.URLConnectionRestClient
 
close(int) - 类 中的方法org.apache.dubbo.remoting.http.restclient.URLConnectionRestClient
 
close() - 类 中的方法org.apache.dubbo.remoting.http.support.AbstractHttpServer
 
close(int) - 类 中的方法org.apache.dubbo.remoting.http.support.AbstractHttpServer
 
close() - 类 中的方法org.apache.dubbo.remoting.http.tomcat.TomcatHttpServer
 
CONTENT_ENCODING - 类 中的静态变量org.apache.dubbo.remoting.http.RequestTemplate
 
contextDestroyed(ServletContextEvent) - 类 中的方法org.apache.dubbo.remoting.http.servlet.BootstrapListener
 
contextInitialized(ServletContextEvent) - 类 中的方法org.apache.dubbo.remoting.http.servlet.BootstrapListener
 
createHttpClient() - 类 中的方法org.apache.dubbo.remoting.http.restclient.HttpClientRestClient
 
createHttpClient(HttpClientConfig) - 类 中的方法org.apache.dubbo.remoting.http.restclient.OKHttpRestClient
 
createRestClient(URL) - 类 中的方法org.apache.dubbo.remoting.http.factory.AbstractHttpClientFactory
 
createRestClient(URL) - 接口 中的方法org.apache.dubbo.remoting.http.factory.RestClientFactory
 

D

debug(String, Object...) - 类 中的方法org.apache.dubbo.remoting.http.jetty.JettyLoggerAdapter
 
debug(Throwable) - 类 中的方法org.apache.dubbo.remoting.http.jetty.JettyLoggerAdapter
 
debug(String, Throwable) - 类 中的方法org.apache.dubbo.remoting.http.jetty.JettyLoggerAdapter
 
DispatcherServlet - org.apache.dubbo.remoting.http.servlet中的类
Service dispatcher Servlet.
DispatcherServlet() - 类 的构造器org.apache.dubbo.remoting.http.servlet.DispatcherServlet
 

E

ENCODING_DEFLATE - 类 中的静态变量org.apache.dubbo.remoting.http.RequestTemplate
 
ENCODING_GZIP - 类 中的静态变量org.apache.dubbo.remoting.http.RequestTemplate
 
EXTERNAL_SERVER_PORT - 类 中的静态变量org.apache.dubbo.remoting.http.servlet.ServletManager
 

G

getAddress() - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
getAllHeaders() - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
getBody() - 接口 中的方法org.apache.dubbo.remoting.http.RestResult
 
getBodyType() - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
getChannel(InetSocketAddress) - 类 中的方法org.apache.dubbo.remoting.http.support.AbstractHttpServer
 
getChannelHandler() - 类 中的方法org.apache.dubbo.remoting.http.support.AbstractHttpServer
 
getChannels() - 类 中的方法org.apache.dubbo.remoting.http.support.AbstractHttpServer
 
getChunkLength() - 类 中的方法org.apache.dubbo.remoting.http.config.HttpClientConfig
 
getClient() - 类 中的方法org.apache.dubbo.remoting.http.BaseRestClient
 
getClientConfig() - 类 中的方法org.apache.dubbo.remoting.http.BaseRestClient
 
getConnectTimeout() - 类 中的方法org.apache.dubbo.remoting.http.config.HttpClientConfig
 
getContentLength() - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
getContentType() - 接口 中的方法org.apache.dubbo.remoting.http.RestResult
 
getContextPath() - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
getEncodingValues() - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
getErrorResponse() - 接口 中的方法org.apache.dubbo.remoting.http.RestResult
 
getHeader(String) - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
getHeaders(String) - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
getHttpHandler() - 接口 中的方法org.apache.dubbo.remoting.http.HttpServer
get http handler.
getHttpHandler() - 类 中的方法org.apache.dubbo.remoting.http.support.AbstractHttpServer
 
getHttpMethod() - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
getInstance() - 类 中的静态方法org.apache.dubbo.remoting.http.servlet.DispatcherServlet
 
getInstance() - 类 中的静态方法org.apache.dubbo.remoting.http.servlet.ServletManager
 
getInvocation() - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
getLocalAddress() - 接口 中的方法org.apache.dubbo.remoting.http.HttpServer
get local address.
getLocalAddress() - 类 中的方法org.apache.dubbo.remoting.http.support.AbstractHttpServer
 
getMessage() - 接口 中的方法org.apache.dubbo.remoting.http.RestResult
 
getName() - 类 中的方法org.apache.dubbo.remoting.http.jetty.JettyLoggerAdapter
 
getParam(String) - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
getProtocol() - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
getQueries() - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
getQueryString() - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
getReadTimeout() - 类 中的方法org.apache.dubbo.remoting.http.config.HttpClientConfig
 
getResponseCode() - 接口 中的方法org.apache.dubbo.remoting.http.RestResult
 
getSerializedBody() - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
getServletContext(int) - 类 中的方法org.apache.dubbo.remoting.http.servlet.ServletManager
 
getUnSerializedBody() - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
getUri() - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
getUrl() - 接口 中的方法org.apache.dubbo.remoting.http.HttpServer
get url.
getURL() - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
getUrl() - 类 中的方法org.apache.dubbo.remoting.http.support.AbstractHttpServer
 
getWriteTimeout() - 类 中的方法org.apache.dubbo.remoting.http.config.HttpClientConfig
 

H

handle(REQUEST, RESPONSE) - 接口 中的方法org.apache.dubbo.remoting.http.HttpHandler
invoke.
headers() - 接口 中的方法org.apache.dubbo.remoting.http.RestResult
 
HttpBinder - org.apache.dubbo.remoting.http中的接口
HttpBinder
HttpClientConfig - org.apache.dubbo.remoting.http.config中的类
 
HttpClientConfig() - 类 的构造器org.apache.dubbo.remoting.http.config.HttpClientConfig
 
HttpClientRestClient - org.apache.dubbo.remoting.http.restclient中的类
 
HttpClientRestClient(HttpClientConfig) - 类 的构造器org.apache.dubbo.remoting.http.restclient.HttpClientRestClient
 
HttpHandler<REQUEST,RESPONSE> - org.apache.dubbo.remoting.http中的接口
http invocation handler.
httpMethod(String) - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
HttpServer - org.apache.dubbo.remoting.http中的接口
 

I

ignore(Throwable) - 类 中的方法org.apache.dubbo.remoting.http.jetty.JettyLoggerAdapter
 
info(String, Object...) - 类 中的方法org.apache.dubbo.remoting.http.jetty.JettyLoggerAdapter
 
info(Throwable) - 类 中的方法org.apache.dubbo.remoting.http.jetty.JettyLoggerAdapter
 
info(String, Throwable) - 类 中的方法org.apache.dubbo.remoting.http.jetty.JettyLoggerAdapter
 
isBodyEmpty() - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
isBound() - 接口 中的方法org.apache.dubbo.remoting.http.HttpServer
is bound.
isBound() - 类 中的方法org.apache.dubbo.remoting.http.support.AbstractHttpServer
 
isClosed() - 接口 中的方法org.apache.dubbo.remoting.http.HttpServer
is closed.
isClosed() - 类 中的方法org.apache.dubbo.remoting.http.restclient.HttpClientRestClient
 
isClosed() - 接口 中的方法org.apache.dubbo.remoting.http.RestClient
is closed.
isClosed() - 类 中的方法org.apache.dubbo.remoting.http.restclient.OKHttpRestClient
 
isClosed() - 类 中的方法org.apache.dubbo.remoting.http.restclient.URLConnectionRestClient
 
isClosed() - 类 中的方法org.apache.dubbo.remoting.http.support.AbstractHttpServer
 
isDebugEnabled() - 类 中的方法org.apache.dubbo.remoting.http.jetty.JettyLoggerAdapter
 
isDeflateEncodedRequest() - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
isGzipEncodedRequest() - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 

J

JettyHttpBinder - org.apache.dubbo.remoting.http.jetty中的类
JettyHttpTransporter
JettyHttpBinder() - 类 的构造器org.apache.dubbo.remoting.http.jetty.JettyHttpBinder
 
JettyHttpServer - org.apache.dubbo.remoting.http.jetty中的类
 
JettyHttpServer(URL, HttpHandler) - 类 的构造器org.apache.dubbo.remoting.http.jetty.JettyHttpServer
 
JettyLoggerAdapter - org.apache.dubbo.remoting.http.jetty中的类
logger adapter for jetty
JettyLoggerAdapter() - 类 的构造器org.apache.dubbo.remoting.http.jetty.JettyLoggerAdapter
 
JettyLoggerAdapter(Class<?>) - 类 的构造器org.apache.dubbo.remoting.http.jetty.JettyLoggerAdapter
 
JettyLoggerAdapter(String) - 类 的构造器org.apache.dubbo.remoting.http.jetty.JettyLoggerAdapter
 

O

OkHttpClientFactory - org.apache.dubbo.remoting.http.factory.impl中的类
 
OkHttpClientFactory() - 类 的构造器org.apache.dubbo.remoting.http.factory.impl.OkHttpClientFactory
 
OKHttpRestClient - org.apache.dubbo.remoting.http.restclient中的类
 
OKHttpRestClient(HttpClientConfig) - 类 的构造器org.apache.dubbo.remoting.http.restclient.OKHttpRestClient
 
org.apache.dubbo.remoting.http - 程序包 org.apache.dubbo.remoting.http
 
org.apache.dubbo.remoting.http.config - 程序包 org.apache.dubbo.remoting.http.config
 
org.apache.dubbo.remoting.http.factory - 程序包 org.apache.dubbo.remoting.http.factory
 
org.apache.dubbo.remoting.http.factory.impl - 程序包 org.apache.dubbo.remoting.http.factory.impl
 
org.apache.dubbo.remoting.http.jetty - 程序包 org.apache.dubbo.remoting.http.jetty
 
org.apache.dubbo.remoting.http.restclient - 程序包 org.apache.dubbo.remoting.http.restclient
 
org.apache.dubbo.remoting.http.servlet - 程序包 org.apache.dubbo.remoting.http.servlet
 
org.apache.dubbo.remoting.http.support - 程序包 org.apache.dubbo.remoting.http.support
 
org.apache.dubbo.remoting.http.tomcat - 程序包 org.apache.dubbo.remoting.http.tomcat
 

P

path(String) - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 

R

removeHttpHandler(int) - 类 中的静态方法org.apache.dubbo.remoting.http.servlet.DispatcherServlet
 
removeServletContext(int) - 类 中的方法org.apache.dubbo.remoting.http.servlet.ServletManager
 
RequestTemplate - org.apache.dubbo.remoting.http中的类
 
RequestTemplate(Invocation, String, String) - 类 的构造器org.apache.dubbo.remoting.http.RequestTemplate
 
RequestTemplate(Invocation, String, String, String) - 类 的构造器org.apache.dubbo.remoting.http.RequestTemplate
 
reset(URL) - 类 中的方法org.apache.dubbo.remoting.http.support.AbstractHttpServer
 
reset(Parameters) - 类 中的方法org.apache.dubbo.remoting.http.support.AbstractHttpServer
 
RestClient - org.apache.dubbo.remoting.http中的接口
 
RestClientFactory - org.apache.dubbo.remoting.http.factory中的接口
RestClientFactory.
RestResult - org.apache.dubbo.remoting.http中的接口
rest response facade

S

send(RequestTemplate) - 类 中的方法org.apache.dubbo.remoting.http.restclient.HttpClientRestClient
 
send(RequestTemplate) - 类 中的方法org.apache.dubbo.remoting.http.restclient.OKHttpRestClient
 
send(RequestTemplate) - 接口 中的方法org.apache.dubbo.remoting.http.RestClient
send message.
send(RequestTemplate) - 类 中的方法org.apache.dubbo.remoting.http.restclient.URLConnectionRestClient
 
send(Object) - 类 中的方法org.apache.dubbo.remoting.http.support.AbstractHttpServer
 
send(Object, boolean) - 类 中的方法org.apache.dubbo.remoting.http.support.AbstractHttpServer
 
serializeBody(byte[]) - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
ServletHttpBinder - org.apache.dubbo.remoting.http.servlet中的类
ServletHttpTransporter
ServletHttpBinder() - 类 的构造器org.apache.dubbo.remoting.http.servlet.ServletHttpBinder
 
ServletHttpServer - org.apache.dubbo.remoting.http.servlet中的类
 
ServletHttpServer(URL, HttpHandler) - 类 的构造器org.apache.dubbo.remoting.http.servlet.ServletHttpServer
 
ServletManager - org.apache.dubbo.remoting.http.servlet中的类
TODO this may not be a pretty elegant solution,
ServletManager() - 类 的构造器org.apache.dubbo.remoting.http.servlet.ServletManager
 
setAddress(String) - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
setBodyType(Class<?>) - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
setConnectTimeout(int) - 类 中的方法org.apache.dubbo.remoting.http.config.HttpClientConfig
 
setContextPath(String) - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
setDebugEnabled(boolean) - 类 中的方法org.apache.dubbo.remoting.http.jetty.JettyLoggerAdapter
 
setProtocol(String) - 类 中的方法org.apache.dubbo.remoting.http.RequestTemplate
 
setReadTimeout(int) - 类 中的方法org.apache.dubbo.remoting.http.config.HttpClientConfig
 
setWriteTimeout(int) - 类 中的方法org.apache.dubbo.remoting.http.config.HttpClientConfig
 
startClose() - 类 中的方法org.apache.dubbo.remoting.http.support.AbstractHttpServer
 

T

TomcatHttpBinder - org.apache.dubbo.remoting.http.tomcat中的类
 
TomcatHttpBinder() - 类 的构造器org.apache.dubbo.remoting.http.tomcat.TomcatHttpBinder
 
TomcatHttpServer - org.apache.dubbo.remoting.http.tomcat中的类
 
TomcatHttpServer(URL, HttpHandler) - 类 的构造器org.apache.dubbo.remoting.http.tomcat.TomcatHttpServer
 

U

URLConnectionClientFactory - org.apache.dubbo.remoting.http.factory.impl中的类
 
URLConnectionClientFactory() - 类 的构造器org.apache.dubbo.remoting.http.factory.impl.URLConnectionClientFactory
 
URLConnectionRestClient - org.apache.dubbo.remoting.http.restclient中的类
 
URLConnectionRestClient(HttpClientConfig) - 类 的构造器org.apache.dubbo.remoting.http.restclient.URLConnectionRestClient
 

W

warn(String, Object...) - 类 中的方法org.apache.dubbo.remoting.http.jetty.JettyLoggerAdapter
 
warn(Throwable) - 类 中的方法org.apache.dubbo.remoting.http.jetty.JettyLoggerAdapter
 
warn(String, Throwable) - 类 中的方法org.apache.dubbo.remoting.http.jetty.JettyLoggerAdapter
 
A B C D E G H I J O P R S T U W 
跳过导航链接

Copyright © 2024 The Apache Software Foundation. All rights reserved.