| Package | Description |
|---|---|
| com.linecorp.armeria.server |
Server core.
|
| Modifier and Type | Method and Description |
|---|---|
ServerPort |
Server.activePort()
Returns the primary
ServerPort that this Server is listening to. |
| Modifier and Type | Method and Description |
|---|---|
Map<InetSocketAddress,ServerPort> |
Server.activePorts()
Returns all
ServerPorts that this Server is listening to. |
List<ServerPort> |
ServerConfig.ports()
Returns the
ServerPorts to listen on. |
| Modifier and Type | Method and Description |
|---|---|
int |
ServerPort.compareTo(ServerPort o) |
ServerBuilder |
ServerBuilder.port(ServerPort port)
Adds the specified
ServerPort. |
Copyright © 2020 LeanCloud. All rights reserved.