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

A

AbstractRequestDispatcher - com.rodbate.httpserver.dispatcher中的类
抽象请求分发器
AbstractRequestDispatcher() - 类 的构造器com.rodbate.httpserver.dispatcher.AbstractRequestDispatcher
 
addCookie(Cookie) - 类 中的方法com.rodbate.httpserver.http.RBHttpResponse
 
APPLICATION_JSON - 类 中的静态变量com.rodbate.httpserver.common.ServerConstants
 
APPLICATION_OCTET_STREAM - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 

B

BaseRequestDispatcher - com.rodbate.httpserver.dispatcher中的类
基础请求分发器
BaseRequestDispatcher() - 类 的构造器com.rodbate.httpserver.dispatcher.BaseRequestDispatcher
 
Bootstrap - com.rodbate.httpserver中的类
server 启动类
Bootstrap() - 类 的构造器com.rodbate.httpserver.Bootstrap
 

C

CACHE_CONTROL - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 
channelActive(ChannelHandlerContext) - 类 中的方法com.rodbate.httpserver.dispatcher.BaseRequestDispatcher
 
channelRead0(ChannelHandlerContext, HttpObject) - 类 中的方法com.rodbate.httpserver.dispatcher.BaseRequestDispatcher
 
checkReachThreshold(int) - 类 中的方法com.rodbate.httpserver.upload.ThresholdOutputStream
 
ClassReflection - com.rodbate.httpserver.common中的类
类反射通用类
ClassReflection() - 类 的构造器com.rodbate.httpserver.common.ClassReflection
 
CLOSE - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 
close(Closeable) - 类 中的静态方法com.rodbate.httpserver.common.IOUtils
 
close() - 类 中的方法com.rodbate.httpserver.upload.DiskThresholdOutputStream
 
close() - 类 中的方法com.rodbate.httpserver.upload.ThresholdOutputStream
 
com.rodbate.httpserver - 程序包 com.rodbate.httpserver
 
com.rodbate.httpserver.annotations - 程序包 com.rodbate.httpserver.annotations
 
com.rodbate.httpserver.common - 程序包 com.rodbate.httpserver.common
 
com.rodbate.httpserver.dispatcher - 程序包 com.rodbate.httpserver.dispatcher
 
com.rodbate.httpserver.http - 程序包 com.rodbate.httpserver.http
 
com.rodbate.httpserver.test - 程序包 com.rodbate.httpserver.test
 
com.rodbate.httpserver.upload - 程序包 com.rodbate.httpserver.upload
 
CONNECTION - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 
CONTENT_DISPOSITION - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 
CONTENT_LENGTH - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 
CONTENT_RANGE - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 
CONTENT_TYPE - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 
COOKIE - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 
copy(InputStream, OutputStream) - 类 中的静态方法com.rodbate.httpserver.common.IOUtils
 
createItem(String, String, String, boolean) - 类 中的方法com.rodbate.httpserver.upload.DiskFileItemFactory
 
createItem(String, String, String, boolean) - 接口 中的方法com.rodbate.httpserver.upload.FileItemFactory
创建FileItem
createMessage(String[]) - 类 中的方法com.rodbate.httpserver.http.RBHttpRequestDecoder
将HttpRequest 转化为 RBHttpRequest

D

DATE - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 
DEFAULT_CHARSET - 类 中的静态变量com.rodbate.httpserver.common.ServerConstants
 
DEFAULT_DOWNLOAD_PATH - 类 中的静态变量com.rodbate.httpserver.common.ServerConstants
 
DefaultRequestDispatcher - com.rodbate.httpserver.dispatcher中的类
默认分发器
DefaultRequestDispatcher() - 类 的构造器com.rodbate.httpserver.dispatcher.DefaultRequestDispatcher
 
DiskFileItem - com.rodbate.httpserver.upload中的类
 
DiskFileItem(String, String, String, boolean, int, File) - 类 的构造器com.rodbate.httpserver.upload.DiskFileItem
 
DiskFileItemFactory - com.rodbate.httpserver.upload中的类
 
DiskFileItemFactory() - 类 的构造器com.rodbate.httpserver.upload.DiskFileItemFactory
 
DiskFileItemFactory(int, File, long) - 类 的构造器com.rodbate.httpserver.upload.DiskFileItemFactory
 
DiskThresholdOutputStream - com.rodbate.httpserver.upload中的类
 
DiskThresholdOutputStream(int, File, String, String, File) - 类 的构造器com.rodbate.httpserver.upload.DiskThresholdOutputStream
 
DiskThresholdOutputStream(int, File) - 类 的构造器com.rodbate.httpserver.upload.DiskThresholdOutputStream
 
DiskThresholdOutputStream(int, String, String, File) - 类 的构造器com.rodbate.httpserver.upload.DiskThresholdOutputStream
 
dispatch(ChannelHandlerContext, HttpObject) - 类 中的方法com.rodbate.httpserver.dispatcher.BaseRequestDispatcher
子类分发处理逻辑
dispatch(ChannelHandlerContext, HttpObject) - 类 中的方法com.rodbate.httpserver.dispatcher.DefaultRequestDispatcher
 
download(ChannelHandlerContext, RBHttpRequest, String) - 类 中的静态方法com.rodbate.httpserver.http.FileHandler
Request #1 Headers =================== GET /file1.txt HTTP/1.1 Range: bytes=0-999 Response #1 Headers =================== HTTP/1.1 200 OK Date: Tue, 01 Mar 2016 22:44:26 GMT Last-Modified: Wed, 30 Jun 2015 21:36:48 GMT Expires: Tue, 01 Mar 2016 22:44:26 GMT Cache-Control: private, max-age=31536000 Content-Range: bytes 0-999/1000 Request #2 Headers =================== GET /file1.txt HTTP/1.1 If-Modified-Since: Wed, 30 Jun 2010 21:36:48 GMT Response #2 Headers =================== HTTP/1.1 304 Not Modified Date: Tue, 01 Mar 2011 22:44:28 GMT

E

encodeHeaders(HttpHeaders, ByteBuf) - 类 中的方法com.rodbate.httpserver.http.RBHttpResponseEncoder
 
ETAG - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法com.rodbate.httpserver.dispatcher.BaseRequestDispatcher
 
EXPIRES - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 

F

FileDeleteListener - com.rodbate.httpserver.upload中的类
 
FileDeleteListener() - 类 的构造器com.rodbate.httpserver.upload.FileDeleteListener
 
FileHandler - com.rodbate.httpserver.http中的类
 
FileHandler() - 类 的构造器com.rodbate.httpserver.http.FileHandler
 
FileItem - com.rodbate.httpserver.upload中的接口
 
FileItemFactory - com.rodbate.httpserver.upload中的接口
 
fileLength - 类 中的静态变量com.rodbate.httpserver.test.SimpleDownloadClient
 
flush() - 类 中的方法com.rodbate.httpserver.upload.ThresholdOutputStream
 

G

gatherTempFiles(File, String, String) - 类 中的静态方法com.rodbate.httpserver.test.SimpleDownloadClient
 
get(RBHttpRequest, RBHttpResponse) - 类 中的方法com.rodbate.httpserver.test.RequestTest
 
get(Integer) - 类 中的方法com.rodbate.httpserver.test.Test
 
get() - 类 中的方法com.rodbate.httpserver.upload.DiskFileItem
 
get() - 接口 中的方法com.rodbate.httpserver.upload.FileItem
 
getByteCount() - 类 中的方法com.rodbate.httpserver.upload.ThresholdOutputStream
 
getClassesByAnnotation(Class<? extends Annotation>) - 类 中的静态方法com.rodbate.httpserver.common.ClassReflection
 
getClassesFromPackage(ClassLoader, String) - 类 中的静态方法com.rodbate.httpserver.common.ClassReflection
获取指定包下的所有类
getConnection(String) - 类 中的静态方法com.rodbate.httpserver.test.SimpleDownloadClient
 
getContentType() - 类 中的方法com.rodbate.httpserver.upload.DiskFileItem
 
getContentType() - 接口 中的方法com.rodbate.httpserver.upload.FileItem
 
getCookie() - 类 中的方法com.rodbate.httpserver.http.RBHttpRequest
获取cookie
getData() - 类 中的方法com.rodbate.httpserver.upload.DiskThresholdOutputStream
 
getDesc() - 枚举 中的方法com.rodbate.httpserver.http.RequestMethod
 
getFieldName() - 类 中的方法com.rodbate.httpserver.upload.DiskFileItem
 
getFieldName() - 接口 中的方法com.rodbate.httpserver.upload.FileItem
 
getFile() - 类 中的方法com.rodbate.httpserver.upload.DiskThresholdOutputStream
 
getFileExistDuration() - 类 中的方法com.rodbate.httpserver.upload.DiskFileItemFactory
 
getFileItem() - 类 中的方法com.rodbate.httpserver.http.RBHttpRequest
 
getFileLength(String) - 类 中的静态方法com.rodbate.httpserver.test.SimpleDownloadClient
 
getFileName() - 类 中的方法com.rodbate.httpserver.upload.DiskFileItem
 
getFileName() - 接口 中的方法com.rodbate.httpserver.upload.FileItem
 
getHeaderByName(String) - 类 中的方法com.rodbate.httpserver.http.RBHttpRequest
 
getHttpHeaderHost() - 类 中的静态方法com.rodbate.httpserver.common.NetUtil
 
getIndex(File) - 类 中的静态方法com.rodbate.httpserver.test.SimpleDownloadClient
 
getInputStream() - 类 中的方法com.rodbate.httpserver.upload.DiskFileItem
 
getInputStream() - 接口 中的方法com.rodbate.httpserver.upload.FileItem
 
getJsonString() - 类 中的方法com.rodbate.httpserver.http.RBHttpRequest
 
getMeta(String) - 类 中的静态方法com.rodbate.httpserver.common.RequestMappers
 
getMethod() - 类 中的方法com.rodbate.httpserver.common.RequestMeta
 
getMethodsByAnnotation(Class<? extends Annotation>) - 类 中的静态方法com.rodbate.httpserver.common.ClassReflection
 
getMethodsByClassAndAnnotation(Class<?>, Class<? extends Annotation>) - 类 中的静态方法com.rodbate.httpserver.common.ClassReflection
 
getOutputStream() - 类 中的方法com.rodbate.httpserver.upload.DiskFileItem
 
getOutputStream() - 接口 中的方法com.rodbate.httpserver.upload.FileItem
 
getParameter(String) - 类 中的方法com.rodbate.httpserver.http.RBHttpRequest
 
getProperty(String) - 类 中的静态方法com.rodbate.httpserver.common.ServerConfig
 
getRepository() - 类 中的方法com.rodbate.httpserver.upload.DiskFileItemFactory
 
getRequestMethod() - 类 中的方法com.rodbate.httpserver.common.RequestMeta
 
getResponseContentType() - 类 中的方法com.rodbate.httpserver.common.RequestMeta
 
getSize() - 类 中的方法com.rodbate.httpserver.upload.DiskFileItem
 
getSize() - 接口 中的方法com.rodbate.httpserver.upload.FileItem
 
getSizeThreshold() - 类 中的方法com.rodbate.httpserver.upload.DiskFileItemFactory
 
getSizeThreshold() - 类 中的方法com.rodbate.httpserver.upload.ThresholdOutputStream
 
getStoreLocation() - 类 中的方法com.rodbate.httpserver.upload.DiskFileItem
 
getStream() - 类 中的方法com.rodbate.httpserver.upload.DiskThresholdOutputStream
 
getStream() - 类 中的方法com.rodbate.httpserver.upload.ThresholdOutputStream
 
getString() - 类 中的方法com.rodbate.httpserver.upload.DiskFileItem
 
getString() - 接口 中的方法com.rodbate.httpserver.upload.FileItem
 
getTarget() - 类 中的方法com.rodbate.httpserver.common.RequestMeta
 
getTempFile() - 类 中的方法com.rodbate.httpserver.upload.DiskFileItem
 
getUrl() - 类 中的方法com.rodbate.httpserver.common.RequestMeta
 

H

handleLengthPerThread(String) - 类 中的静态方法com.rodbate.httpserver.test.SimpleDownloadClient
 
handlePageResponse(ChannelHandlerContext, RBHttpRequest, String, HttpResponseStatus) - 类 中的方法com.rodbate.httpserver.dispatcher.DefaultRequestDispatcher
处理页面相应
handlePostBody(HttpObject) - 类 中的方法com.rodbate.httpserver.dispatcher.DefaultRequestDispatcher
处理post请求体
HeaderNameValue - com.rodbate.httpserver.common中的类
 
HeaderNameValue() - 类 的构造器com.rodbate.httpserver.common.HeaderNameValue
 
HOST - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 
HTTP_CACHE_SECONDS - 类 中的静态变量com.rodbate.httpserver.common.ServerConfig
 
HTTP_DATE_FORMAT - 类 中的静态变量com.rodbate.httpserver.common.ServerConstants
 
HTTP_DATE_FORMAT_TIMEZONE - 类 中的静态变量com.rodbate.httpserver.common.ServerConstants
 
HTTP_SEPARATOR - 类 中的静态变量com.rodbate.httpserver.common.ServerConstants
 
HTTP_SIMPLE_DATE_FORMATTER - 类 中的静态变量com.rodbate.httpserver.common.ServerConstants
 
HttpServerInitializerFactory - com.rodbate.httpserver中的类
 
HttpServerInitializerFactory() - 类 的构造器com.rodbate.httpserver.HttpServerInitializerFactory
 

I

IF_MODIFIED_SINCE - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 
IF_NONE_MATCH - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 
inc(long) - 类 中的静态方法com.rodbate.httpserver.test.SimpleDownloadClient
 
init() - 类 中的静态方法com.rodbate.httpserver.common.RequestMappers
 
init() - 类 中的方法com.rodbate.httpserver.dispatcher.AbstractRequestDispatcher
 
init() - 类 中的方法com.rodbate.httpserver.dispatcher.BaseRequestDispatcher
 
init() - 类 中的静态方法com.rodbate.httpserver.upload.FileDeleteListener
 
initChannel(SocketChannel) - 类 中的方法com.rodbate.httpserver.HttpServerInitializerFactory
 
initParametersByPost() - 类 中的方法com.rodbate.httpserver.http.RBHttpRequest
 
initProperties() - 类 中的静态方法com.rodbate.httpserver.common.ServerConfig
 
invokeMethod(Class, Method, RBHttpRequest, RBHttpResponse) - 类 中的方法com.rodbate.httpserver.dispatcher.DefaultRequestDispatcher
 
IOUtils - com.rodbate.httpserver.common中的类
 
IOUtils() - 类 的构造器com.rodbate.httpserver.common.IOUtils
 
isBindPort(int) - 类 中的静态方法com.rodbate.httpserver.Bootstrap
 
isFormField() - 类 中的方法com.rodbate.httpserver.upload.DiskFileItem
 
isFormField() - 接口 中的方法com.rodbate.httpserver.upload.FileItem
 
isInMemory() - 类 中的方法com.rodbate.httpserver.upload.DiskFileItem
 
isInMemory() - 类 中的方法com.rodbate.httpserver.upload.DiskThresholdOutputStream
 
isInMemory() - 接口 中的方法com.rodbate.httpserver.upload.FileItem
 
isNotNull(String) - 类 中的静态方法com.rodbate.httpserver.common.StringUtil
 
isNull(String) - 类 中的静态方法com.rodbate.httpserver.common.StringUtil
 
ISO_8859_1 - 类 中的静态变量com.rodbate.httpserver.common.ServerConstants
 
isThresholdExceeded() - 类 中的方法com.rodbate.httpserver.upload.ThresholdOutputStream
 

J

JAVA_IO_TMPDIR - 类 中的静态变量com.rodbate.httpserver.common.ServerConstants
 

K

KEEP_ALIVE - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 

L

LAST_MODIFIED - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 
LINE_SEPARATOR - 类 中的静态变量com.rodbate.httpserver.common.ServerConstants
 
LOCATION - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 

M

main() - 类 中的静态方法com.rodbate.httpserver.Bootstrap
 
main(String[]) - 类 中的静态方法com.rodbate.httpserver.test.SimpleDownloadClient
 
main(String[]) - 类 中的静态方法com.rodbate.httpserver.test.SimpleUploadClient
 
main(String[]) - 类 中的静态方法com.rodbate.httpserver.test.T
 
main(String[]) - 类 中的静态方法com.rodbate.httpserver.test.Test
 
MULTIPART_FORM_DATA - 类 中的静态变量com.rodbate.httpserver.common.ServerConstants
 
MultipartFileParser - com.rodbate.httpserver.upload中的类
multipart/form content body 解析器
MultipartFileParser(FileItemFactory) - 类 的构造器com.rodbate.httpserver.upload.MultipartFileParser
 

N

NetUtil - com.rodbate.httpserver.common中的类
 
NetUtil() - 类 的构造器com.rodbate.httpserver.common.NetUtil
 

P

parse(RBHttpRequest) - 类 中的方法com.rodbate.httpserver.upload.MultipartFileParser
Content-Type = multipart/form-data; boundary=--WebKitFormBoundarynAeQKcYWF5Dz5XAt ----WebKitFormBoundarynAeQKcYWF5Dz5XAt\r\n 0 //--{bound} start Content-Disposition: form-data; name="a"\r\n 1 (空行)\r\n 2 1111\r\n 3 ----WebKitFormBoundarynAeQKcYWF5Dz5XAt\r\n 4 Content-Disposition: form-data; name="b"\r\n 5 (空行) \r\n 6 dfsfsd\r\n 7 ----WebKitFormBoundarynAeQKcYWF5Dz5XAt\r\n Content-Disposition: form-data; name="file"; filename="test.txt"\r\n //上传文件 Content-Type: application/octet-stream\r\n (空行)\r\n dfsfsd\r\n ----WebKitFormBoundarynAeQKcYWF5Dz5XAt--\r\n //--{bound}-- end
PROCESSORS - 类 中的静态变量com.rodbate.httpserver.common.ServerConstants
 
PROCESSORS - 类 中的静态变量com.rodbate.httpserver.test.SimpleDownloadClient
 
properties - 类 中的静态变量com.rodbate.httpserver.common.ServerConfig
 

R

RANGE - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 
RBHttpRequest - com.rodbate.httpserver.http中的类
http request
RBHttpRequest(HttpVersion, HttpMethod, String) - 类 的构造器com.rodbate.httpserver.http.RBHttpRequest
 
RBHttpRequest(HttpVersion, HttpMethod, String, boolean) - 类 的构造器com.rodbate.httpserver.http.RBHttpRequest
 
RBHttpRequest(HttpVersion, HttpMethod, String, HttpHeaders) - 类 的构造器com.rodbate.httpserver.http.RBHttpRequest
 
RBHttpRequestDecoder - com.rodbate.httpserver.http中的类
http request 解码器
RBHttpRequestDecoder() - 类 的构造器com.rodbate.httpserver.http.RBHttpRequestDecoder
 
RBHttpResponse - com.rodbate.httpserver.http中的类
 
RBHttpResponse(HttpVersion, HttpResponseStatus) - 类 的构造器com.rodbate.httpserver.http.RBHttpResponse
 
RBHttpResponse(HttpVersion, HttpResponseStatus, boolean) - 类 的构造器com.rodbate.httpserver.http.RBHttpResponse
 
RBHttpResponse(HttpVersion, HttpResponseStatus, boolean, boolean) - 类 的构造器com.rodbate.httpserver.http.RBHttpResponse
 
RBHttpResponseEncoder - com.rodbate.httpserver.http中的类
 
RBHttpResponseEncoder() - 类 的构造器com.rodbate.httpserver.http.RBHttpResponseEncoder
 
reachThreshold() - 类 中的方法com.rodbate.httpserver.upload.DiskThresholdOutputStream
 
reachThreshold() - 类 中的方法com.rodbate.httpserver.upload.ThresholdOutputStream
 
REFERER - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 
register(File, long) - 类 中的静态方法com.rodbate.httpserver.upload.FileDeleteListener
 
removeBlankSpace(String) - 类 中的静态方法com.rodbate.httpserver.common.StringUtil
去除空格
removeFilePath(String) - 类 中的静态方法com.rodbate.httpserver.upload.FileDeleteListener
 
RequestMappers - com.rodbate.httpserver.common中的类
请求url映射器
RequestMappers() - 类 的构造器com.rodbate.httpserver.common.RequestMappers
 
RequestMapping - com.rodbate.httpserver.annotations中的注释类型
 
RequestMeta - com.rodbate.httpserver.common中的类
请求元数据
RequestMeta() - 类 的构造器com.rodbate.httpserver.common.RequestMeta
 
RequestMethod - com.rodbate.httpserver.http中的枚举
 
RequestTest - com.rodbate.httpserver.test中的类
 
RequestTest() - 类 的构造器com.rodbate.httpserver.test.RequestTest
 
resetByteCount() - 类 中的方法com.rodbate.httpserver.upload.ThresholdOutputStream
 

S

sendRedirect(String) - 类 中的方法com.rodbate.httpserver.http.RBHttpResponse
 
SEPARATOR - 类 中的静态变量com.rodbate.httpserver.test.SimpleUploadClient
Content-Type = multipart/form-data; boundary=--WebKitFormBoundarynAeQKcYWF5Dz5XAt ----WebKitFormBoundarynAeQKcYWF5Dz5XAt 0 //--{bound} start Content-Disposition: form-data; name="a" 1 (空行)\r\n 2 1111 3 ----WebKitFormBoundarynAeQKcYWF5Dz5XAt 4 Content-Disposition: form-data; name="b" 5 (空行) \r\n 6 dfsfsd 7 ----WebKitFormBoundarynAeQKcYWF5Dz5XAt Content-Disposition: form-data; name="file"; filename="test.txt" //上传文件 Content-Type: application/octet-stream (空行)\r\n dfsfsd ----WebKitFormBoundarynAeQKcYWF5Dz5XAt-- //--{bound}-- end
SERVER - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 
SERVER_VALUE - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 
ServerConfig - com.rodbate.httpserver.common中的类
 
ServerConfig() - 类 的构造器com.rodbate.httpserver.common.ServerConfig
 
ServerConstants - com.rodbate.httpserver.common中的类
 
ServerConstants() - 类 的构造器com.rodbate.httpserver.common.ServerConstants
 
SET_COOKIE - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 
setContentTypeIfAbsent() - 类 中的方法com.rodbate.httpserver.http.RBHttpResponse
 
setFileExistDuration(long) - 类 中的方法com.rodbate.httpserver.upload.DiskFileItemFactory
 
setFileItem(FileItem) - 类 中的方法com.rodbate.httpserver.http.RBHttpRequest
 
setFileName(String) - 类 中的方法com.rodbate.httpserver.http.RBHttpResponse
 
setHeader(String, Object) - 类 中的方法com.rodbate.httpserver.http.RBHttpResponse
 
setHeaderIfAbsent(String, Object) - 类 中的方法com.rodbate.httpserver.http.RBHttpResponse
 
setJsonString(String) - 类 中的方法com.rodbate.httpserver.http.RBHttpRequest
 
setMethod(Method) - 类 中的方法com.rodbate.httpserver.common.RequestMeta
 
setParameter(String, Object) - 类 中的方法com.rodbate.httpserver.http.RBHttpRequest
 
setRepository(File) - 类 中的方法com.rodbate.httpserver.upload.DiskFileItemFactory
 
setRequestMethod(List<RequestMethod>) - 类 中的方法com.rodbate.httpserver.common.RequestMeta
 
setResponseContentType(String) - 类 中的方法com.rodbate.httpserver.common.RequestMeta
 
setSizeThreshold(int) - 类 中的方法com.rodbate.httpserver.upload.DiskFileItemFactory
 
setTarget(Class) - 类 中的方法com.rodbate.httpserver.common.RequestMeta
 
setUrl(String) - 类 中的方法com.rodbate.httpserver.common.RequestMeta
 
SimpleDownloadClient - com.rodbate.httpserver.test中的类
 
SimpleDownloadClient() - 类 的构造器com.rodbate.httpserver.test.SimpleDownloadClient
 
SimpleUploadClient - com.rodbate.httpserver.test中的类
 
SimpleUploadClient() - 类 的构造器com.rodbate.httpserver.test.SimpleUploadClient
 
singleThread() - 类 中的方法com.rodbate.httpserver.test.SimpleDownloadClient
 
StringUtil - com.rodbate.httpserver.common中的类
字符串工具
StringUtil() - 类 的构造器com.rodbate.httpserver.common.StringUtil
 

T

T - com.rodbate.httpserver.test中的类
 
T() - 类 的构造器com.rodbate.httpserver.test.T
 
Test - com.rodbate.httpserver.test中的类
 
Test() - 类 的构造器com.rodbate.httpserver.test.Test
 
TEXT_PLAIN - 类 中的静态变量com.rodbate.httpserver.common.ServerConstants
 
ThresholdOutputStream - com.rodbate.httpserver.upload中的类
 
ThresholdOutputStream(int) - 类 的构造器com.rodbate.httpserver.upload.ThresholdOutputStream
 
TRANSFER_ENCODING - 类 中的静态变量com.rodbate.httpserver.common.HeaderNameValue
 

U

urlMappers - 类 中的静态变量com.rodbate.httpserver.common.RequestMappers
 

V

valueOf(String) - 枚举 中的静态方法com.rodbate.httpserver.http.RequestMethod
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.rodbate.httpserver.http.RequestMethod
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
Version - com.rodbate.httpserver中的类
 
Version() - 类 的构造器com.rodbate.httpserver.Version
 
VERSION - 类 中的静态变量com.rodbate.httpserver.Version
 

W

write(int) - 类 中的方法com.rodbate.httpserver.upload.ThresholdOutputStream
 
write(byte[]) - 类 中的方法com.rodbate.httpserver.upload.ThresholdOutputStream
 
write(byte[], int, int) - 类 中的方法com.rodbate.httpserver.upload.ThresholdOutputStream
 
writeTo(OutputStream) - 类 中的方法com.rodbate.httpserver.upload.DiskThresholdOutputStream
 
writeToFile(File) - 类 中的方法com.rodbate.httpserver.upload.DiskFileItem
 

X

X_WWW_FORM_URLENCODED - 类 中的静态变量com.rodbate.httpserver.common.ServerConstants
 
A B C D E F G H I J K L M N P R S T U V W X 
跳过导航链接