public class Server extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<Server> |
__TYPE_ARG |
Constructor and Description |
---|
Server(Object delegate) |
Server(Server delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBasePath()
The base path is used to indicate that the location where the OpenAPI contract is served is different
from the path specified in the OpenAPI contract.
|
Server |
getDelegate() |
String |
getURL() |
int |
hashCode() |
static Server |
newInstance(Server arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<Server> __TYPE_ARG
public Server getDelegate()
public String getURL()
public String getBasePath()
Copyright © 2024 Eclipse. All rights reserved.