See: Description
Interface | Description |
---|---|
AsyncHandle |
A class to handle the request and response handling when using asynchronous request handling.
|
AsyncHandle.ResponseCompletedListener | |
AsyncMuHandler | Deprecated
This interface is no longer used.
|
AsyncSsePublisher |
An interface for sending Server-Sent Events (SSE) to a client with async callbacks.
|
MuHandler |
An HTTP request handler.
|
MuHandlerBuilder<T extends MuHandler> | |
MuRequest |
An HTTP request from a client.
|
MuResponse |
A response sent to a client.
|
MuServer |
A web server handler.
|
MuStats | |
RequestBodyListener |
Callbacks for reading request body data asynchronously.
|
RequestParameters |
Provides access to QueryString or Form values.
|
RouteHandler | |
SsePublisher |
An interface for sending Server-Sent Events (SSE) to a client.
|
UploadedFile |
A file uploaded by the user, for example with an
<input type="file" name="name">
input field in a multipart form. |
WriteCallback |
A callback for asynchronous write operations.
|
Class | Description |
---|---|
AsyncContext | Deprecated
This interface is no longer used.
|
ContentTypes | |
ContextHandler | |
ContextHandlerBuilder |
Use this to serve a list of handlers from a base path.
|
Cookie |
A cookie
|
HeaderNames |
Standard HTTP header names.
|
Headers | |
HeaderValues |
Standard HTTP header values.
|
MediaTypeParser |
A utility class to parse Media Type or Content Type values such as
text/plain and text/plain; charset=UTF-8 etc |
MuServerBuilder |
A builder for creating a web server.
|
Mutils | |
ParameterizedHeader |
A utility class to parse headers that are of the format
param1, param2=value, param3="quoted string"
such as Cache-Control etc. |
ParameterizedHeaderWithValue |
A utility class to parse headers that are of the format
name; param1=value; param2="quoted string"
such as Content-Type, Accepts, Content-Disposition etc. |
Routes |
A helper class to create a handler for a specific URL.
|
SSLContextBuilder | |
Toggles |
Temporary features that might be removed without notice.
|
Enum | Description |
---|---|
Method |
An HTTP Method
|
Exception | Description |
---|---|
MuException |
This package contains the main API of mu-server, for example the server builders, request and response objects.
For more documentation, see the overview page.
MuServerBuilder
,
MuRequest
,
MuResponse
Copyright © 2017–2019. All rights reserved.