| Package | Description |
|---|---|
| com.linecorp.armeria.server |
Server core.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualHostBuilder |
VirtualHostDecoratingServiceBindingBuilder.build(DecoratingHttpServiceFunction decoratingHttpServiceFunction)
Sets the
DecoratingHttpServiceFunction and returns VirtualHostBuilder that this
VirtualHostDecoratingServiceBindingBuilder was created from. |
ServerBuilder |
DecoratingServiceBindingBuilder.build(DecoratingHttpServiceFunction decoratingHttpServiceFunction)
Sets the
DecoratingHttpServiceFunction and returns ServerBuilder that this
DecoratingServiceBindingBuilder was created from. |
default HttpService |
HttpService.decorate(DecoratingHttpServiceFunction function)
Creates a new
HttpService that decorates this HttpService with the specified
DecoratingHttpServiceFunction. |
VirtualHostBuilder |
VirtualHostBuilder.decorator(DecoratingHttpServiceFunction decoratingHttpServiceFunction)
Decorates all
HttpServices with the specified DecoratingHttpServiceFunction. |
ServerBuilder |
ServerBuilder.decorator(DecoratingHttpServiceFunction decoratingHttpServiceFunction)
Decorates all
HttpServices with the specified DecoratingHttpServiceFunction. |
VirtualHostBuilder |
VirtualHostBuilder.decorator(Route route,
DecoratingHttpServiceFunction decoratingHttpServiceFunction)
|
ServerBuilder |
ServerBuilder.decorator(Route route,
DecoratingHttpServiceFunction decoratingHttpServiceFunction)
Decorates
HttpServices with the specified Route. |
VirtualHostBuilder |
VirtualHostBuilder.decorator(String pathPattern,
DecoratingHttpServiceFunction decoratingHttpServiceFunction)
|
ServerBuilder |
ServerBuilder.decorator(String pathPattern,
DecoratingHttpServiceFunction decoratingHttpServiceFunction)
|
VirtualHostBuilder |
VirtualHostBuilder.decoratorUnder(String prefix,
DecoratingHttpServiceFunction decoratingHttpServiceFunction)
Decorates
HttpServices under the specified directory. |
ServerBuilder |
ServerBuilder.decoratorUnder(String prefix,
DecoratingHttpServiceFunction decoratingHttpServiceFunction)
Decorates
HttpServices under the specified directory. |
Copyright © 2020 LeanCloud. All rights reserved.