JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
M
N
O
P
Q
R
S
T
U
V
W
A
append(char)
- Method in class io.jooby.internal.netty.
NettyWriter
append(CharSequence)
- Method in class io.jooby.internal.netty.
NettyWriter
append(CharSequence, int, int)
- Method in class io.jooby.internal.netty.
NettyWriter
B
body()
- Method in class io.jooby.internal.netty.
NettyContext
bytes()
- Method in class io.jooby.internal.netty.
NettyBody
bytes()
- Method in class io.jooby.internal.netty.
NettyFileUpload
C
channel()
- Method in class io.jooby.internal.netty.
NettyBody
channelRead(ChannelHandlerContext, Object)
- Method in class io.jooby.internal.netty.
NettyHandler
channelReadComplete(ChannelHandlerContext)
- Method in class io.jooby.internal.netty.
NettyHandler
cleanFiles()
- Method in class io.jooby.internal.netty.
HttpRawPostRequestDecoder
close()
- Method in class io.jooby.internal.netty.
NettyOutputStream
close()
- Method in class io.jooby.internal.netty.
NettySender
close(WebSocketCloseStatus)
- Method in class io.jooby.internal.netty.
NettyWebSocket
close()
- Method in class io.jooby.internal.netty.
NettyWriter
configure(EventLoopGroup, EventLoopGroup)
- Method in class io.jooby.internal.netty.
NettyTransport
cookieMap()
- Method in class io.jooby.internal.netty.
NettyContext
createEventLoop(int, String, int)
- Method in class io.jooby.internal.netty.
NettyTransport
currentPartialHttpData()
- Method in class io.jooby.internal.netty.
HttpRawPostRequestDecoder
D
destroy()
- Method in class io.jooby.internal.netty.
HttpRawPostRequestDecoder
destroy()
- Method in class io.jooby.internal.netty.
NettyFileUpload
detach(Route.Handler)
- Method in class io.jooby.internal.netty.
NettyContext
dispatch(Runnable)
- Method in class io.jooby.internal.netty.
NettyContext
dispatch(Executor, Runnable)
- Method in class io.jooby.internal.netty.
NettyContext
E
exceptionCaught(ChannelHandlerContext, Throwable)
- Method in class io.jooby.internal.netty.
NettyHandler
F
flush()
- Method in class io.jooby.internal.netty.
NettyContext
flush()
- Method in class io.jooby.internal.netty.
NettyOutputStream
flush()
- Method in class io.jooby.internal.netty.
NettyWriter
form()
- Method in class io.jooby.internal.netty.
NettyContext
G
get(int)
- Method in class io.jooby.internal.netty.
NettyBody
get(String)
- Method in class io.jooby.internal.netty.
NettyBody
getAttributes()
- Method in class io.jooby.internal.netty.
NettyContext
getBodyHttpData(String)
- Method in class io.jooby.internal.netty.
HttpRawPostRequestDecoder
getBodyHttpDatas()
- Method in class io.jooby.internal.netty.
HttpRawPostRequestDecoder
getBodyHttpDatas(String)
- Method in class io.jooby.internal.netty.
HttpRawPostRequestDecoder
getContentType()
- Method in class io.jooby.internal.netty.
NettyFileUpload
getContext()
- Method in class io.jooby.internal.netty.
NettyWebSocket
getDiscardThreshold()
- Method in class io.jooby.internal.netty.
HttpRawPostRequestDecoder
getFileName()
- Method in class io.jooby.internal.netty.
NettyFileUpload
getFileSize()
- Method in class io.jooby.internal.netty.
NettyFileUpload
getMethod()
- Method in class io.jooby.internal.netty.
NettyContext
getOptions()
- Method in class io.jooby.netty.
Netty
getProtocol()
- Method in class io.jooby.internal.netty.
NettyContext
getRemoteAddress()
- Method in class io.jooby.internal.netty.
NettyContext
getResetHeadersOnError()
- Method in class io.jooby.internal.netty.
NettyContext
getResponseCode()
- Method in class io.jooby.internal.netty.
NettyContext
getResponseLength()
- Method in class io.jooby.internal.netty.
NettyContext
getResponseType()
- Method in class io.jooby.internal.netty.
NettyContext
getRoute()
- Method in class io.jooby.internal.netty.
NettyContext
getRouter()
- Method in class io.jooby.internal.netty.
NettyContext
getScheme()
- Method in class io.jooby.internal.netty.
NettyContext
getSessions()
- Method in class io.jooby.internal.netty.
NettyWebSocket
getSize()
- Method in class io.jooby.internal.netty.
NettyBody
H
hasNext()
- Method in class io.jooby.internal.netty.
HttpRawPostRequestDecoder
header(String)
- Method in class io.jooby.internal.netty.
NettyContext
header()
- Method in class io.jooby.internal.netty.
NettyContext
HttpRawPostRequestDecoder
- Class in
io.jooby.internal.netty
HttpRawPostRequestDecoder(HttpData)
- Constructor for class io.jooby.internal.netty.
HttpRawPostRequestDecoder
I
initChannel(SocketChannel)
- Method in class io.jooby.internal.netty.
NettyPipeline
io.jooby.internal.netty
- package io.jooby.internal.netty
io.jooby.netty
- package io.jooby.netty
isInIoThread()
- Method in class io.jooby.internal.netty.
NettyContext
isInMemory()
- Method in class io.jooby.internal.netty.
NettyBody
isMultipart()
- Method in class io.jooby.internal.netty.
HttpRawPostRequestDecoder
isOpen()
- Method in class io.jooby.internal.netty.
NettyWebSocket
isResponseStarted()
- Method in class io.jooby.internal.netty.
NettyContext
M
multipart()
- Method in class io.jooby.internal.netty.
NettyContext
N
name()
- Method in class io.jooby.internal.netty.
NettyBody
Netty
- Class in
io.jooby.netty
Web server implementation using
Netty
.
Netty()
- Constructor for class io.jooby.netty.
Netty
NettyBody
- Class in
io.jooby.internal.netty
NettyBody(Context, HttpData, long)
- Constructor for class io.jooby.internal.netty.
NettyBody
NettyContext
- Class in
io.jooby.internal.netty
NettyContext(ChannelHandlerContext, HttpRequest, Router, String, int)
- Constructor for class io.jooby.internal.netty.
NettyContext
NettyFileUpload
- Class in
io.jooby.internal.netty
NettyFileUpload(Path, FileUpload)
- Constructor for class io.jooby.internal.netty.
NettyFileUpload
NettyHandler
- Class in
io.jooby.internal.netty
NettyHandler(ScheduledExecutorService, Router, long, int, HttpDataFactory, boolean)
- Constructor for class io.jooby.internal.netty.
NettyHandler
NettyOutputStream
- Class in
io.jooby.internal.netty
NettyOutputStream(ChannelHandlerContext, int, HttpResponse, ChannelFutureListener)
- Constructor for class io.jooby.internal.netty.
NettyOutputStream
NettyPipeline
- Class in
io.jooby.internal.netty
NettyPipeline(ScheduledExecutorService, Router, HttpDataFactory, boolean, boolean, int, long)
- Constructor for class io.jooby.internal.netty.
NettyPipeline
NettySender
- Class in
io.jooby.internal.netty
NettySender(NettyContext, ChannelHandlerContext)
- Constructor for class io.jooby.internal.netty.
NettySender
NettyTransport
- Class in
io.jooby.internal.netty
NettyTransport()
- Constructor for class io.jooby.internal.netty.
NettyTransport
NettyWebSocket
- Class in
io.jooby.internal.netty
NettyWebSocket(NettyContext)
- Constructor for class io.jooby.internal.netty.
NettyWebSocket
NettyWriter
- Class in
io.jooby.internal.netty
NettyWriter(OutputStream, Charset)
- Constructor for class io.jooby.internal.netty.
NettyWriter
next()
- Method in class io.jooby.internal.netty.
HttpRawPostRequestDecoder
O
offer(HttpContent)
- Method in class io.jooby.internal.netty.
HttpRawPostRequestDecoder
onClose(WebSocket.OnClose)
- Method in class io.jooby.internal.netty.
NettyWebSocket
onConnect(WebSocket.OnConnect)
- Method in class io.jooby.internal.netty.
NettyWebSocket
onError(WebSocket.OnError)
- Method in class io.jooby.internal.netty.
NettyWebSocket
onMessage(WebSocket.OnMessage)
- Method in class io.jooby.internal.netty.
NettyWebSocket
operationComplete(ChannelFuture)
- Method in class io.jooby.internal.netty.
NettyContext
operationComplete(ChannelFuture)
- Method in class io.jooby.internal.netty.
NettyWebSocket
P
path()
- Method in class io.jooby.internal.netty.
NettyFileUpload
pathMap()
- Method in class io.jooby.internal.netty.
NettyContext
pathString()
- Method in class io.jooby.internal.netty.
NettyContext
Q
query()
- Method in class io.jooby.internal.netty.
NettyContext
R
removeHttpDataFromClean(InterfaceHttpData)
- Method in class io.jooby.internal.netty.
HttpRawPostRequestDecoder
removeResponseHeader(String)
- Method in class io.jooby.internal.netty.
NettyContext
removeResponseHeaders()
- Method in class io.jooby.internal.netty.
NettyContext
render(Object, boolean)
- Method in class io.jooby.internal.netty.
NettyWebSocket
responseSender()
- Method in class io.jooby.internal.netty.
NettyContext
responseStream()
- Method in class io.jooby.internal.netty.
NettyContext
responseWriter(MediaType, Charset)
- Method in class io.jooby.internal.netty.
NettyContext
S
send(String)
- Method in class io.jooby.internal.netty.
NettyContext
send(String, Charset)
- Method in class io.jooby.internal.netty.
NettyContext
send(byte[])
- Method in class io.jooby.internal.netty.
NettyContext
send(byte[]...)
- Method in class io.jooby.internal.netty.
NettyContext
send(ByteBuffer[])
- Method in class io.jooby.internal.netty.
NettyContext
send(ByteBuffer)
- Method in class io.jooby.internal.netty.
NettyContext
send(ReadableByteChannel)
- Method in class io.jooby.internal.netty.
NettyContext
send(InputStream)
- Method in class io.jooby.internal.netty.
NettyContext
send(FileChannel)
- Method in class io.jooby.internal.netty.
NettyContext
send(StatusCode)
- Method in class io.jooby.internal.netty.
NettyContext
send(String, boolean)
- Method in class io.jooby.internal.netty.
NettyWebSocket
send(byte[], boolean)
- Method in class io.jooby.internal.netty.
NettyWebSocket
setDefaultResponseType(MediaType)
- Method in class io.jooby.internal.netty.
NettyContext
setDiscardThreshold(int)
- Method in class io.jooby.internal.netty.
HttpRawPostRequestDecoder
setOptions(ServerOptions)
- Method in class io.jooby.netty.
Netty
setPathMap(Map<String, String>)
- Method in class io.jooby.internal.netty.
NettyContext
setResetHeadersOnError(boolean)
- Method in class io.jooby.internal.netty.
NettyContext
setResponseCode(int)
- Method in class io.jooby.internal.netty.
NettyContext
setResponseCookie(Cookie)
- Method in class io.jooby.internal.netty.
NettyContext
setResponseHeader(String, String)
- Method in class io.jooby.internal.netty.
NettyContext
setResponseLength(long)
- Method in class io.jooby.internal.netty.
NettyContext
setResponseType(MediaType, Charset)
- Method in class io.jooby.internal.netty.
NettyContext
setResponseType(String)
- Method in class io.jooby.internal.netty.
NettyContext
setRoute(Route)
- Method in class io.jooby.internal.netty.
NettyContext
start(Jooby)
- Method in class io.jooby.netty.
Netty
stop()
- Method in class io.jooby.netty.
Netty
stream()
- Method in class io.jooby.internal.netty.
NettyBody
stream()
- Method in class io.jooby.internal.netty.
NettyFileUpload
T
to(Type)
- Method in class io.jooby.internal.netty.
NettyBody
toMultimap()
- Method in class io.jooby.internal.netty.
NettyBody
toString()
- Method in class io.jooby.internal.netty.
NettyContext
toString()
- Method in class io.jooby.internal.netty.
NettyFileUpload
transport(ClassLoader)
- Static method in class io.jooby.internal.netty.
NettyTransport
U
upgrade(WebSocket.Initializer)
- Method in class io.jooby.internal.netty.
NettyContext
userEventTriggered(ChannelHandlerContext, Object)
- Method in class io.jooby.internal.netty.
NettyHandler
V
value()
- Method in class io.jooby.internal.netty.
NettyBody
W
write(int)
- Method in class io.jooby.internal.netty.
NettyOutputStream
write(byte[], int, int)
- Method in class io.jooby.internal.netty.
NettyOutputStream
write(byte[], int, int, ChannelFutureListener)
- Method in class io.jooby.internal.netty.
NettyOutputStream
write(byte[], Sender.Callback)
- Method in class io.jooby.internal.netty.
NettySender
write(char[], int, int)
- Method in class io.jooby.internal.netty.
NettyWriter
write(String)
- Method in class io.jooby.internal.netty.
NettyWriter
write(String, int, int)
- Method in class io.jooby.internal.netty.
NettyWriter
write(int)
- Method in class io.jooby.internal.netty.
NettyWriter
write(char[])
- Method in class io.jooby.internal.netty.
NettyWriter
A
B
C
D
E
F
G
H
I
M
N
O
P
Q
R
S
T
U
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2019. All rights reserved.