A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages

A

ACCEPTED - Static variable in class org.comroid.restless.HTTPStatusCodes
 
ACCEPTED_CHARSET - Static variable in class org.comroid.restless.CommonHeaderNames
 
ACCEPTED_CONTENT_TYPE - Static variable in class org.comroid.restless.CommonHeaderNames
 
ACCEPTED_ENCODING - Static variable in class org.comroid.restless.CommonHeaderNames
 
ACCEPTED_LANGUAGE - Static variable in class org.comroid.restless.CommonHeaderNames
 
AccessibleEndpoint - Interface in org.comroid.restless.endpoint
 
add(String, String) - Method in class org.comroid.restless.REST.Header.List
 
addCommonHeader(String, String) - Method in class org.comroid.restless.server.RestServer
 
addHeader(String, String) - Method in class org.comroid.restless.REST.Request
 
allowMemberAccess() - Method in interface org.comroid.restless.server.ServerEndpoint
 
ALREADY_REPORTED - Static variable in class org.comroid.restless.HTTPStatusCodes
 
apply(RatelimitedEndpoint, REST.Request) - Method in interface org.comroid.restless.server.Ratelimiter
Applies the provided request with the given endpoint to this ratelimiter and returns a CompletionStage that completes with the given request as soon as this ratelimiter allows its execution.
attachHandler(EndpointHandler) - Method in interface org.comroid.restless.endpoint.AccessibleEndpoint
 
attachHandler(EndpointHandler) - Method in interface org.comroid.restless.server.ServerEndpoint
 
AUTHORIZATION - Static variable in class org.comroid.restless.CommonHeaderNames
 
autodetect() - Static method in interface org.comroid.restless.HttpAdapter
 

B

BAD_GATEWAY - Static variable in class org.comroid.restless.HTTPStatusCodes
 
BAD_REQUEST - Static variable in class org.comroid.restless.HTTPStatusCodes
 
BANDWITH_LIMIT_EXCEEDED - Static variable in class org.comroid.restless.HTTPStatusCodes
 
BLOCKED_BY_WINDOWS_PARENTAL_CONTROLS - Static variable in class org.comroid.restless.HTTPStatusCodes
 
body(String) - Method in class org.comroid.restless.REST.Request
 
buildUrlPattern() - Method in interface org.comroid.restless.endpoint.AccessibleEndpoint
 

C

calculateOffset(int, int) - Static method in interface org.comroid.restless.server.Ratelimiter
 
call(REST.Request, String) - Method in interface org.comroid.restless.HttpAdapter
 
CLIENT_CLOSED_REQUEST - Static variable in class org.comroid.restless.HTTPStatusCodes
 
close() - Method in class org.comroid.restless.server.RestServer
 
combined(AccessibleEndpoint, EndpointHandler) - Static method in interface org.comroid.restless.server.ServerEndpoint
 
CommonHeaderNames - Class in org.comroid.restless
 
CommonHeaderNames() - Constructor for class org.comroid.restless.CommonHeaderNames
 
complete(Object...) - Method in interface org.comroid.restless.endpoint.AccessibleEndpoint
 
CompleteEndpoint - Interface in org.comroid.restless.endpoint
 
CompleteEndpoint.Support - Class in org.comroid.restless.endpoint
 
CONFLICT - Static variable in class org.comroid.restless.HTTPStatusCodes
 
contains(String) - Method in class org.comroid.restless.REST.Header.List
 
CONTINUE - Static variable in class org.comroid.restless.HTTPStatusCodes
 
CREATED - Static variable in class org.comroid.restless.HTTPStatusCodes
 

D

DELETE - org.comroid.restless.REST.Method
 

E

empty(SerializationAdapter, int) - Static method in class org.comroid.restless.REST.Response
 
endpoint(AccessibleEndpoint, Object...) - Method in class org.comroid.restless.REST.Request
 
endpoint(CompleteEndpoint) - Method in class org.comroid.restless.REST.Request
 
EndpointHandler - Interface in org.comroid.restless.server
 
ENHANCE_YOUR_CALM - Static variable in class org.comroid.restless.HTTPStatusCodes
 
execute() - Method in class org.comroid.restless.REST.Request
 
execute$autoCache(VarBind<?, ? super D, ?, ID>, Cache<ID, ? super T>) - Method in class org.comroid.restless.REST.Request
 
execute$body() - Method in class org.comroid.restless.REST.Request
 
execute$deserialize() - Method in class org.comroid.restless.REST.Request
 
execute$deserializeSingle() - Method in class org.comroid.restless.REST.Request
 
execute$map(Function<T, R>) - Method in class org.comroid.restless.REST.Request
 
execute$mapSingle(Function<T, R>) - Method in class org.comroid.restless.REST.Request
 
execute$statusCode() - Method in class org.comroid.restless.REST.Request
 
executeDELETE(Headers, String[], UniNode) - Method in interface org.comroid.restless.server.EndpointHandler
 
executeGET(Headers, String[], UniNode) - Method in interface org.comroid.restless.server.EndpointHandler
 
executeHEAD(Headers, String[], UniNode) - Method in interface org.comroid.restless.server.EndpointHandler
 
executeMethod(REST.Method, Headers, String[], UniNode) - Method in interface org.comroid.restless.server.EndpointHandler
 
executePATCH(Headers, String[], UniNode) - Method in interface org.comroid.restless.server.EndpointHandler
 
executePOST(Headers, String[], UniNode) - Method in interface org.comroid.restless.server.EndpointHandler
 
executePUT(Headers, String[], UniNode) - Method in interface org.comroid.restless.server.EndpointHandler
 
expect(int) - Method in class org.comroid.restless.REST.Request
 
EXPECTATION_FAILED - Static variable in class org.comroid.restless.HTTPStatusCodes
 
extractArgs(String) - Method in interface org.comroid.restless.endpoint.AccessibleEndpoint
 
extractArgs(URI) - Method in interface org.comroid.restless.endpoint.AccessibleEndpoint
 
extractArgs(URL) - Method in interface org.comroid.restless.endpoint.AccessibleEndpoint
 

F

FAILED_DEPENDENCY - Static variable in class org.comroid.restless.HTTPStatusCodes
 
FORBIDDEN - Static variable in class org.comroid.restless.HTTPStatusCodes
 
forEach(BiConsumer<String, String>) - Method in class org.comroid.restless.REST.Header.List
 
FOUND - Static variable in class org.comroid.restless.HTTPStatusCodes
 

G

GATEWAY_TIMEOUT - Static variable in class org.comroid.restless.HTTPStatusCodes
 
get(String) - Method in class org.comroid.restless.REST.Header.List
 
GET - org.comroid.restless.REST.Method
 
getBody() - Method in class org.comroid.restless.REST.Request
 
getBody() - Method in class org.comroid.restless.REST.Response
 
getDependencyObject() - Method in class org.comroid.restless.REST
 
getEndpoint() - Method in interface org.comroid.restless.endpoint.CompleteEndpoint
 
getEndpoint() - Method in class org.comroid.restless.REST.Request
 
getEndpointBase() - Method in interface org.comroid.restless.server.ServerEndpoint
 
getExecutor() - Method in class org.comroid.restless.REST
 
getFullUrl() - Method in interface org.comroid.restless.endpoint.AccessibleEndpoint
 
getGlobalRatelimit() - Method in interface org.comroid.restless.endpoint.AccessibleEndpoint
 
getGlobalRatelimit() - Method in interface org.comroid.restless.endpoint.RatelimitedEndpoint
 
getHeaders() - Method in class org.comroid.restless.REST.Request
 
getHeaders() - Method in class org.comroid.restless.REST.Response
 
getHttpAdapter() - Method in class org.comroid.restless.REST
 
getMethod() - Method in class org.comroid.restless.REST.Request
 
getName() - Method in class org.comroid.restless.REST.Header
 
getParameterCount() - Method in interface org.comroid.restless.endpoint.AccessibleEndpoint
 
getPattern() - Method in interface org.comroid.restless.endpoint.AccessibleEndpoint
 
getPattern() - Method in interface org.comroid.restless.server.ServerEndpoint
 
getRatelimiter() - Method in class org.comroid.restless.REST
 
getRatePerSecond() - Method in interface org.comroid.restless.endpoint.AccessibleEndpoint
 
getRatePerSecond() - Method in interface org.comroid.restless.endpoint.RatelimitedEndpoint
 
getRegExpGroups() - Method in interface org.comroid.restless.endpoint.AccessibleEndpoint
 
getRegExpGroups() - Method in interface org.comroid.restless.server.ServerEndpoint
 
getREST() - Method in class org.comroid.restless.REST.Request
 
getSerializationAdapter() - Method in class org.comroid.restless.REST
 
getSimpleMessage() - Method in exception org.comroid.restless.server.RestEndpointException
 
getSpec() - Method in interface org.comroid.restless.endpoint.CompleteEndpoint
 
getStatusCode() - Method in class org.comroid.restless.REST.Response
 
getStatusCode() - Method in exception org.comroid.restless.server.RestEndpointException
 
getURI() - Method in interface org.comroid.restless.endpoint.CompleteEndpoint
 
getURL() - Method in interface org.comroid.restless.endpoint.CompleteEndpoint
 
getUrlBase() - Method in interface org.comroid.restless.endpoint.AccessibleEndpoint
 
getUrlBase() - Method in interface org.comroid.restless.server.ServerEndpoint
 
getUrlExtension() - Method in interface org.comroid.restless.endpoint.AccessibleEndpoint
 
getUrlExtension() - Method in interface org.comroid.restless.server.ServerEndpoint
 
getValue() - Method in class org.comroid.restless.REST.Header
 
GONE - Static variable in class org.comroid.restless.HTTPStatusCodes
 

H

HEAD - org.comroid.restless.REST.Method
 
Header(String, String) - Constructor for class org.comroid.restless.REST.Header
 
HTTP_VERSION_NOT_SUPPORTED - Static variable in class org.comroid.restless.HTTPStatusCodes
 
HttpAdapter - Interface in org.comroid.restless
 
HTTPStatusCodes - Class in org.comroid.restless
 

I

IM_A_TEAPOT - Static variable in class org.comroid.restless.HTTPStatusCodes
 
IM_USED - Static variable in class org.comroid.restless.HTTPStatusCodes
 
INSTANT - Static variable in interface org.comroid.restless.server.Ratelimiter
 
INSUFFICIENT_STORAGE - Static variable in class org.comroid.restless.HTTPStatusCodes
 
INTERNAL_SERVER_ERROR - Static variable in class org.comroid.restless.HTTPStatusCodes
 
isMemberAccess(String) - Method in interface org.comroid.restless.server.ServerEndpoint
 
isReimplemented(String) - Method in interface org.comroid.restless.server.EndpointHandler
 

L

LENGTH_REQUIRED - Static variable in class org.comroid.restless.HTTPStatusCodes
 
List() - Constructor for class org.comroid.restless.REST.Header.List
 
LOCKED - Static variable in class org.comroid.restless.HTTPStatusCodes
 
logger - Static variable in class org.comroid.restless.REST
 
logger - Static variable in interface org.comroid.restless.server.Ratelimiter
 
LOOP_DETECTED - Static variable in class org.comroid.restless.HTTPStatusCodes
 

M

method(REST.Method) - Method in class org.comroid.restless.REST.Request
 
METHOD_NOT_ALLOWED - Static variable in class org.comroid.restless.HTTPStatusCodes
 
MOVED_PERMANENTLY - Static variable in class org.comroid.restless.HTTPStatusCodes
 
MULTI_STATUS - Static variable in class org.comroid.restless.HTTPStatusCodes
 
MULTIPLE_CHOICES - Static variable in class org.comroid.restless.HTTPStatusCodes
 

N

NETWORK_AUTHENTICATION_REQUIRED - Static variable in class org.comroid.restless.HTTPStatusCodes
 
NETWORK_CONNECTION_TIMEOUT_ERROR - Static variable in class org.comroid.restless.HTTPStatusCodes
 
NETWORK_READ_TIMEOUT_ERROR - Static variable in class org.comroid.restless.HTTPStatusCodes
 
NO_CONTENT - Static variable in class org.comroid.restless.HTTPStatusCodes
 
NO_RESPONSE - Static variable in class org.comroid.restless.HTTPStatusCodes
 
NON_AUTHORITATIVE - Static variable in class org.comroid.restless.HTTPStatusCodes
 
NOT_ACCEPTABLE - Static variable in class org.comroid.restless.HTTPStatusCodes
 
NOT_EXTENDED - Static variable in class org.comroid.restless.HTTPStatusCodes
 
NOT_FOUND - Static variable in class org.comroid.restless.HTTPStatusCodes
 
NOT_IMPLEMENTED - Static variable in class org.comroid.restless.HTTPStatusCodes
 
NOT_MODIFIED - Static variable in class org.comroid.restless.HTTPStatusCodes
 

O

of(Headers) - Static method in class org.comroid.restless.REST.Header.List
 
of(AccessibleEndpoint, String) - Static method in interface org.comroid.restless.endpoint.CompleteEndpoint
 
ofPool(ScheduledExecutorService, RatelimitedEndpoint...) - Static method in interface org.comroid.restless.server.Ratelimiter
 
OK - Static variable in class org.comroid.restless.HTTPStatusCodes
 
org.comroid.restless - package org.comroid.restless
 
org.comroid.restless.endpoint - package org.comroid.restless.endpoint
 
org.comroid.restless.server - package org.comroid.restless.server
 

P

PARTIAL_CONTENT - Static variable in class org.comroid.restless.HTTPStatusCodes
 
PATCH - org.comroid.restless.REST.Method
 
PAYMENT_REQUIRED - Static variable in class org.comroid.restless.HTTPStatusCodes
 
PERMANENT_REDIRECT - Static variable in class org.comroid.restless.HTTPStatusCodes
 
POST - org.comroid.restless.REST.Method
 
PRECONDITION_FAILED - Static variable in class org.comroid.restless.HTTPStatusCodes
 
PRECONDITION_REQUIRED - Static variable in class org.comroid.restless.HTTPStatusCodes
 
PROCESSING - Static variable in class org.comroid.restless.HTTPStatusCodes
 
PROXY_AUTHENTICATION_REQUIRED - Static variable in class org.comroid.restless.HTTPStatusCodes
 
PUT - org.comroid.restless.REST.Method
 

R

RatelimitedEndpoint - Interface in org.comroid.restless.endpoint
 
Ratelimiter - Interface in org.comroid.restless.server
 
Ratelimiter.Support - Class in org.comroid.restless.server
 
removeCommonHeader(String) - Method in class org.comroid.restless.server.RestServer
 
removeHeaders(Predicate<REST.Header>) - Method in class org.comroid.restless.REST.Request
 
replacer(String[]) - Method in interface org.comroid.restless.endpoint.AccessibleEndpoint
 
request() - Method in class org.comroid.restless.REST
 
request(Class<T>) - Method in class org.comroid.restless.REST
 
request(Invocable<T>) - Method in class org.comroid.restless.REST
 
request(GroupBind<T, D>) - Method in class org.comroid.restless.REST
 
Request(Invocable<T>) - Constructor for class org.comroid.restless.REST.Request
 
REQUEST_CONTENT_TYPE - Static variable in class org.comroid.restless.CommonHeaderNames
 
REQUEST_ENTITY_TOO_LARGE - Static variable in class org.comroid.restless.HTTPStatusCodes
 
REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class org.comroid.restless.HTTPStatusCodes
 
REQUEST_TIMEOUT - Static variable in class org.comroid.restless.HTTPStatusCodes
 
REQUEST_URI_TOO_LONG - Static variable in class org.comroid.restless.HTTPStatusCodes
 
REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class org.comroid.restless.HTTPStatusCodes
 
RESERVED - Static variable in class org.comroid.restless.HTTPStatusCodes
 
RESET_CONTENT - Static variable in class org.comroid.restless.HTTPStatusCodes
 
Response(int, UniNode) - Constructor for class org.comroid.restless.REST.Response
 
Response(REST, int, String) - Constructor for class org.comroid.restless.REST.Response
 
REST<D> - Class in org.comroid.restless
 
REST(HttpAdapter, SerializationAdapter<?, ?, ?>) - Constructor for class org.comroid.restless.REST
 
REST(HttpAdapter, SerializationAdapter<?, ?, ?>, D) - Constructor for class org.comroid.restless.REST
 
REST(HttpAdapter, SerializationAdapter<?, ?, ?>, Executor, D) - Constructor for class org.comroid.restless.REST
 
REST(HttpAdapter, SerializationAdapter<?, ?, ?>, Executor, Ratelimiter, D) - Constructor for class org.comroid.restless.REST
 
REST(HttpAdapter, SerializationAdapter<?, ?, ?>, ScheduledExecutorService, D, RatelimitedEndpoint...) - Constructor for class org.comroid.restless.REST
 
REST.Header - Class in org.comroid.restless
 
REST.Header.List - Class in org.comroid.restless
 
REST.Method - Enum in org.comroid.restless
 
REST.Request<T> - Class in org.comroid.restless
 
REST.Response - Class in org.comroid.restless
 
RestEndpointException - Exception in org.comroid.restless.server
 
RestEndpointException(int) - Constructor for exception org.comroid.restless.server.RestEndpointException
 
RestEndpointException(int, String) - Constructor for exception org.comroid.restless.server.RestEndpointException
 
RestEndpointException(int, String, Throwable) - Constructor for exception org.comroid.restless.server.RestEndpointException
 
RestEndpointException(int, Throwable) - Constructor for exception org.comroid.restless.server.RestEndpointException
 
RestServer - Class in org.comroid.restless.server
 
RestServer(REST, String, InetAddress, int, ServerEndpoint...) - Constructor for class org.comroid.restless.server.RestServer
 
RETRY_WITH - Static variable in class org.comroid.restless.HTTPStatusCodes
 

S

SEE_OTHER - Static variable in class org.comroid.restless.HTTPStatusCodes
 
ServerEndpoint - Interface in org.comroid.restless.server
 
ServerEndpoint.Support - Class in org.comroid.restless.server
 
SERVICE_UNAVAILABLE - Static variable in class org.comroid.restless.HTTPStatusCodes
 
string(Object...) - Method in interface org.comroid.restless.endpoint.AccessibleEndpoint
 
Support() - Constructor for class org.comroid.restless.endpoint.CompleteEndpoint.Support
 
Support() - Constructor for class org.comroid.restless.server.Ratelimiter.Support
 
Support() - Constructor for class org.comroid.restless.server.ServerEndpoint.Support
 
supports(REST.Method) - Method in interface org.comroid.restless.server.EndpointHandler
 
SWITCH_PROTOCOL - Static variable in class org.comroid.restless.HTTPStatusCodes
 

T

TEMPORARY_REDIRECT - Static variable in class org.comroid.restless.HTTPStatusCodes
 
test(String) - Method in interface org.comroid.restless.endpoint.AccessibleEndpoint
 
test(URI) - Method in interface org.comroid.restless.endpoint.AccessibleEndpoint
 
test(URL) - Method in interface org.comroid.restless.endpoint.AccessibleEndpoint
 
TOO_MANY_REQUESTS - Static variable in class org.comroid.restless.HTTPStatusCodes
 
toString() - Method in enum org.comroid.restless.REST.Method
 
toString() - Method in class org.comroid.restless.REST.Request
 
toString(int) - Static method in class org.comroid.restless.HTTPStatusCodes
 

U

UNAUTHORIZED - Static variable in class org.comroid.restless.HTTPStatusCodes
 
UNAVAILABLE_FOR_LEGAL_REASONS - Static variable in class org.comroid.restless.HTTPStatusCodes
 
UNPROCESSABLE_ENTITY - Static variable in class org.comroid.restless.HTTPStatusCodes
 
UNSUPPORTED_MEDIA_TYPE - Static variable in class org.comroid.restless.HTTPStatusCodes
 
UPGRADE_REQUIRED - Static variable in class org.comroid.restless.HTTPStatusCodes
 
uri(Object...) - Method in interface org.comroid.restless.endpoint.AccessibleEndpoint
 
url(Object...) - Method in interface org.comroid.restless.endpoint.AccessibleEndpoint
 
USE_PROXY - Static variable in class org.comroid.restless.HTTPStatusCodes
 
USER_AGENT - Static variable in class org.comroid.restless.CommonHeaderNames
 

V

valueOf(String) - Static method in enum org.comroid.restless.REST.Method
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.comroid.restless.REST.Method
Returns an array containing the constants of this enum type, in the order they are declared.
VARIANT_ALSO_NEGOTIATES - Static variable in class org.comroid.restless.HTTPStatusCodes
 

W

WARNING - Static variable in class org.comroid.restless.CommonHeaderNames
 
A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages