Package | Description |
---|---|
io.muserver |
This package contains the main API of mu-server, for example the server builders, request and response objects.
|
io.muserver.handlers |
Some pre-built handlers for common tasks such as file handling.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AsyncMuHandler.onHeaders(AsyncContext ctx,
Headers headers)
Deprecated.
|
void |
AsyncMuHandler.onRequestComplete(AsyncContext ctx)
Deprecated.
|
void |
AsyncMuHandler.onRequestData(AsyncContext ctx,
ByteBuffer buffer)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HttpToHttpsRedirector.onHeaders(AsyncContext ctx,
Headers headers)
Deprecated.
|
void |
HttpToHttpsRedirector.onRequestComplete(AsyncContext ctx)
Deprecated.
|
void |
HttpToHttpsRedirector.onRequestData(AsyncContext ctx,
ByteBuffer buffer)
Deprecated.
|
Copyright © 2017–2019. All rights reserved.