Skip navigation links
B C D E G I M O R S T 

B

bindAddress(InetSocketAddress) - Method in class org.restnext.server.ServerInitializer.Builder
 
build() - Method in class org.restnext.server.ServerInitializer.Builder
Build the server initializer.
builder() - Static method in class org.restnext.server.ServerInitializer
 
Builder() - Constructor for class org.restnext.server.ServerInitializer.Builder
 

C

cors(CorsConfig) - Method in class org.restnext.server.ServerInitializer.Builder
 

D

DEFAULT_SERVER_CERTIFICATE - Static variable in class org.restnext.server.ServerInitializer.Builder
 

E

enableRoutesScan() - Method in class org.restnext.server.ServerInitializer.Builder
 
enableRoutesScan(Path) - Method in class org.restnext.server.ServerInitializer.Builder
Enable the route scan approach.
enableSecurityRoutesScan() - Method in class org.restnext.server.ServerInitializer.Builder
 
enableSecurityRoutesScan(Path) - Method in class org.restnext.server.ServerInitializer.Builder
Enable the security route scan approach.
executorGroupThreadPoll(int) - Method in class org.restnext.server.ServerInitializer.Builder
 

G

getBindAddress() - Method in class org.restnext.server.ServerInitializer
 
getCorsConfig() - Method in class org.restnext.server.ServerInitializer
 
getMaxContentLength() - Method in class org.restnext.server.ServerInitializer
 
getResponseStatus() - Method in exception org.restnext.server.ServerException
 
getSslCtx() - Method in class org.restnext.server.ServerInitializer
 
getTimeout() - Method in class org.restnext.server.ServerInitializer
 

I

isSslConfigured() - Method in class org.restnext.server.ServerInitializer
 

M

maxContentLength(int) - Method in class org.restnext.server.ServerInitializer.Builder
 

O

org.restnext.server - package org.restnext.server
 

R

route(String, Function<Request, Response>) - Method in class org.restnext.server.ServerInitializer.Builder
 
route(String, Function<Request, Response>) - Static method in class org.restnext.server.ServerInitializer
 
route(Route.Mapping) - Static method in class org.restnext.server.ServerInitializer
 
routes(Route.Mapping...) - Method in class org.restnext.server.ServerInitializer.Builder
 
routes(Route.Mapping...) - Static method in class org.restnext.server.ServerInitializer
 

S

secure(String, Function<Request, Boolean>) - Method in class org.restnext.server.ServerInitializer.Builder
 
secures(Security.Mapping...) - Method in class org.restnext.server.ServerInitializer.Builder
 
Server - Class in org.restnext.server
Created by thiago on 04/08/16.
Server(ServerInitializer) - Constructor for class org.restnext.server.Server
Constructor with auto start flag and the server initializer.
ServerException - Exception in org.restnext.server
Created by thiago on 04/08/16.
ServerException() - Constructor for exception org.restnext.server.ServerException
 
ServerException(Throwable, Response.Status) - Constructor for exception org.restnext.server.ServerException
 
ServerException(String, Throwable, Response.Status) - Constructor for exception org.restnext.server.ServerException
 
ServerException(String) - Constructor for exception org.restnext.server.ServerException
 
ServerException(Throwable) - Constructor for exception org.restnext.server.ServerException
 
ServerException(Response.Status) - Constructor for exception org.restnext.server.ServerException
 
ServerException(String, Throwable) - Constructor for exception org.restnext.server.ServerException
 
ServerException(String, Response.Status) - Constructor for exception org.restnext.server.ServerException
 
ServerInitializer - Class in org.restnext.server
Created by thiago on 04/08/16.
ServerInitializer.Builder - Class in org.restnext.server
 
ssl() - Method in class org.restnext.server.ServerInitializer.Builder
 
ssl(ServerCertificate) - Method in class org.restnext.server.ServerInitializer.Builder
 
ssl(SslContext) - Method in class org.restnext.server.ServerInitializer.Builder
 
start() - Method in class org.restnext.server.Server
Starts the server.
start() - Method in class org.restnext.server.ServerInitializer.Builder
Shortcut to start the server.
stop() - Method in class org.restnext.server.Server
 

T

timeout(int, TimeUnit) - Method in class org.restnext.server.ServerInitializer.Builder
 
B C D E G I M O R S T 
Skip navigation links

Copyright © 2016–2017 RestNEXT. All rights reserved.