Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

AbstractRouterGroup - Class in org.flmelody.core
 
AbstractRouterGroup() - Constructor for class org.flmelody.core.AbstractRouterGroup
 
AbstractRouterGroup(String) - Constructor for class org.flmelody.core.AbstractRouterGroup
 
APPLICATION_JSON_VALUE - Static variable in class org.flmelody.core.MediaType
 

B

build() - Method in class org.flmelody.core.WindwardRequest.WindwardRequestBuilder
 
build() - Method in class org.flmelody.core.WindwardResponse.WindwardResponseBuild
 

C

channelRead0(ChannelHandlerContext, Object) - Method in class org.flmelody.core.netty.handler.HttpServerHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class org.flmelody.core.netty.handler.HttpServerHandler
 
close() - Method in class org.flmelody.core.netty.NettyResponseWriter
 
close() - Method in interface org.flmelody.core.ResponseWriter
close connection
close() - Method in class org.flmelody.core.WindwardContext
close context

D

DefaultRouterGroup - Class in org.flmelody.core
default router group
DefaultRouterGroup(String) - Constructor for class org.flmelody.core.DefaultRouterGroup
 
delete(String, Supplier<R>) - Method in class org.flmelody.core.AbstractRouterGroup
 
delete(String, Consumer<? extends WindwardContext>) - Method in class org.flmelody.core.AbstractRouterGroup
 
delete(String, Supplier<R>) - Method in interface org.flmelody.core.Router
register function with delete method
delete(String, Consumer<? extends WindwardContext>) - Method in interface org.flmelody.core.Router
register function with delete method
delete(String, Supplier<R>) - Method in class org.flmelody.core.Windward
 
delete(String, Consumer<? extends WindwardContext>) - Method in class org.flmelody.core.Windward
register function with delete method

E

exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.flmelody.core.netty.handler.HttpServerHandler
 

F

findRouter(String, String) - Static method in class org.flmelody.core.Windward
find out registered function by specific path

G

get(String, Supplier<R>) - Method in class org.flmelody.core.AbstractRouterGroup
 
get(String, Consumer<? extends WindwardContext>) - Method in class org.flmelody.core.AbstractRouterGroup
 
get(String, Supplier<R>) - Method in interface org.flmelody.core.Router
register function with get method
get(String, Consumer<? extends WindwardContext>) - Method in interface org.flmelody.core.Router
register function with get method
get(String, Supplier<R>) - Method in class org.flmelody.core.Windward
register function with get method
get(String, Consumer<? extends WindwardContext>) - Method in class org.flmelody.core.Windward
register function with get method
getHeader(String) - Method in class org.flmelody.core.WindwardRequest
return request header
getMethod() - Method in class org.flmelody.core.WindwardRequest
get request methods name
getQuerystring() - Method in class org.flmelody.core.WindwardRequest
get request querystring
getRequestBody() - Method in class org.flmelody.core.WindwardContext
get request body
getRequestBody() - Method in class org.flmelody.core.WindwardRequest
get request body
getRequestParameter(String) - Method in class org.flmelody.core.WindwardContext
get parameter by name and type
getRequestParameters(String) - Method in class org.flmelody.core.WindwardContext
get parameter as list
getUri() - Method in class org.flmelody.core.WindwardRequest
request uri
group(String) - Method in class org.flmelody.core.Windward
define new router with specific relativePath

H

Handler - Interface in org.flmelody.core
 
handlers() - Static method in class org.flmelody.core.Windward
get handlers
headers(Map<String, List<String>>) - Method in class org.flmelody.core.WindwardRequest.WindwardRequestBuilder
 
HttpMethod - Enum in org.flmelody.core
 
HttpServer - Interface in org.flmelody.core
 
HttpServerHandler - Class in org.flmelody.core.netty.handler
 
HttpServerHandler() - Constructor for class org.flmelody.core.netty.handler.HttpServerHandler
 
HttpStatus - Enum in org.flmelody.core
 

I

invoke(WindwardContext) - Method in interface org.flmelody.core.Handler
 
invoke(WindwardContext) - Method in class org.flmelody.core.LoggingHandler
 
isClosed() - Method in class org.flmelody.core.WindwardContext
check if current context is already closed

J

JacksonUtil - Class in org.flmelody.util
 
JacksonUtil() - Constructor for class org.flmelody.util.JacksonUtil
 
json(T) - Method in class org.flmelody.core.WindwardContext
response json
json(int, T) - Method in class org.flmelody.core.WindwardContext
response json

K

keepAlive(Boolean) - Method in class org.flmelody.core.WindwardRequest.WindwardRequestBuilder
 
keepConnection(Boolean) - Method in class org.flmelody.core.WindwardResponse.WindwardResponseBuild
 

L

LoggingHandler - Class in org.flmelody.core
 
LoggingHandler() - Constructor for class org.flmelody.core.LoggingHandler
 

M

matchRouter(String, String) - Method in class org.flmelody.core.AbstractRouterGroup
 
matchRouter(String, String) - Method in interface org.flmelody.core.RouterGroup
find out matched router function
MediaType - Class in org.flmelody.core
 
MediaType() - Constructor for class org.flmelody.core.MediaType
 
method(String) - Method in class org.flmelody.core.WindwardRequest.WindwardRequestBuilder
 
MULTIPART_FORM_DATA_VALUE - Static variable in class org.flmelody.core.MediaType
 

N

NettyHttpServer - Class in org.flmelody.core.netty
 
NettyHttpServer(int) - Constructor for class org.flmelody.core.netty.NettyHttpServer
 
NettyResponseWriter - Class in org.flmelody.core.netty
 
NettyResponseWriter(ChannelHandlerContext) - Constructor for class org.flmelody.core.netty.NettyResponseWriter
 
newBuild() - Static method in class org.flmelody.core.WindwardRequest
 
newBuilder() - Static method in class org.flmelody.core.WindwardResponse
 

O

org.flmelody.core - package org.flmelody.core
 
org.flmelody.core.netty - package org.flmelody.core.netty
 
org.flmelody.core.netty.handler - package org.flmelody.core.netty.handler
 
org.flmelody.util - package org.flmelody.util
 

P

post(String, Supplier<R>) - Method in class org.flmelody.core.AbstractRouterGroup
 
post(String, Consumer<? extends WindwardContext>) - Method in class org.flmelody.core.AbstractRouterGroup
 
post(String, Supplier<R>) - Method in interface org.flmelody.core.Router
register function with post method
post(String, Consumer<? extends WindwardContext>) - Method in interface org.flmelody.core.Router
register function with post method
post(String, Supplier<R>) - Method in class org.flmelody.core.Windward
 
post(String, Consumer<? extends WindwardContext>) - Method in class org.flmelody.core.Windward
register function with post method
put(String, Supplier<R>) - Method in class org.flmelody.core.AbstractRouterGroup
 
put(String, Consumer<? extends WindwardContext>) - Method in class org.flmelody.core.AbstractRouterGroup
 
put(String, Supplier<R>) - Method in interface org.flmelody.core.Router
register function with put method
put(String, Consumer<? extends WindwardContext>) - Method in interface org.flmelody.core.Router
register function with put method
put(String, Supplier<R>) - Method in class org.flmelody.core.Windward
 
put(String, Consumer<? extends WindwardContext>) - Method in class org.flmelody.core.Windward
register function with put method

Q

querystring(Map<String, List<String>>) - Method in class org.flmelody.core.WindwardRequest.WindwardRequestBuilder
 

R

reasonPhrase() - Method in enum org.flmelody.core.HttpStatus
 
registerHandler(Handler...) - Method in class org.flmelody.core.Windward
register handler
requestBody(String) - Method in class org.flmelody.core.WindwardRequest.WindwardRequestBuilder
 
ResponseWriter - Interface in org.flmelody.core
 
responseWriter(ResponseWriter) - Method in class org.flmelody.core.WindwardResponse.WindwardResponseBuild
 
Router - Interface in org.flmelody.core
 
RouterGroup - Interface in org.flmelody.core
 
run() - Method in interface org.flmelody.core.HttpServer
 
run() - Method in class org.flmelody.core.netty.NettyHttpServer
 
run() - Method in class org.flmelody.core.Windward
run server

S

setup() - Static method in class org.flmelody.core.Windward
 
setup(int, Handler...) - Static method in class org.flmelody.core.Windward
prepare core engine of Windward
setup(int, String, Handler...) - Static method in class org.flmelody.core.Windward
prepare core engine of Windward
string(String) - Method in class org.flmelody.core.WindwardContext
response plain string
string(int, String) - Method in class org.flmelody.core.WindwardContext
response plain string

T

TEXT_PLAIN_VALUE - Static variable in class org.flmelody.core.MediaType
 
then() - Method in class org.flmelody.core.Windward
 
toJson(I) - Static method in class org.flmelody.util.JacksonUtil
convert data into json string
toObject(String, Class<O>) - Static method in class org.flmelody.util.JacksonUtil
convert json string into specific class

U

uri(String) - Method in class org.flmelody.core.WindwardRequest.WindwardRequestBuilder
 

V

value() - Method in enum org.flmelody.core.HttpStatus
 
valueOf(String) - Static method in enum org.flmelody.core.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.flmelody.core.HttpStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.flmelody.core.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.flmelody.core.HttpStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

Windward - Class in org.flmelody.core
 
WindwardContext - Class in org.flmelody.core
http context
WindwardContext(WindwardRequest, WindwardResponse) - Constructor for class org.flmelody.core.WindwardContext
 
windwardRequest() - Method in class org.flmelody.core.WindwardContext
get windwardRequest
WindwardRequest - Class in org.flmelody.core
 
WindwardRequest.WindwardRequestBuilder - Class in org.flmelody.core
builder for WindwardRequest
WindwardResponse - Class in org.flmelody.core
 
WindwardResponse.WindwardResponseBuild - Class in org.flmelody.core
builder for WindwardResponse
write(int, T) - Method in class org.flmelody.core.netty.NettyResponseWriter
 
write(int, String, T) - Method in class org.flmelody.core.netty.NettyResponseWriter
 
write(int, String, T, Boolean) - Method in class org.flmelody.core.netty.NettyResponseWriter
 
write(int, T) - Method in interface org.flmelody.core.ResponseWriter
write response data
write(int, String, T) - Method in interface org.flmelody.core.ResponseWriter
write response data
write(int, String, T, Boolean) - Method in interface org.flmelody.core.ResponseWriter
write response data
write(int, T) - Method in class org.flmelody.core.WindwardResponse
write data into response
write(int, String, T) - Method in class org.flmelody.core.WindwardResponse
write data into response
writeAndClose(int, String, T) - Method in class org.flmelody.core.netty.NettyResponseWriter
 
writeAndClose(int, String, T) - Method in interface org.flmelody.core.ResponseWriter
write response data
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2023 flmelody. All rights reserved.