| 程序包 | 说明 |
|---|---|
| com.alibaba.nacos.istio.model | |
| com.alibaba.nacos.istio.model.naming |
| 限定符和类型 | 方法和说明 |
|---|---|
Port |
Port.Builder.build() |
Port |
Port.Builder.buildPartial() |
static Port |
Port.getDefaultInstance() |
Port |
Port.getDefaultInstanceForType() |
Port |
Port.Builder.getDefaultInstanceForType() |
Port |
ServerOrBuilder.getPort()
REQUIRED: The Port on which the proxy should listen for incoming
connections.
|
Port |
Server.getPort()
REQUIRED: The Port on which the proxy should listen for incoming
connections.
|
Port |
Server.Builder.getPort()
REQUIRED: The Port on which the proxy should listen for incoming
connections.
|
static Port |
Port.parseDelimitedFrom(InputStream input) |
static Port |
Port.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Port |
Port.parseFrom(byte[] data) |
static Port |
Port.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Port |
Port.parseFrom(ByteBuffer data) |
static Port |
Port.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Port |
Port.parseFrom(com.google.protobuf.ByteString data) |
static Port |
Port.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Port |
Port.parseFrom(com.google.protobuf.CodedInputStream input) |
static Port |
Port.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Port |
Port.parseFrom(InputStream input) |
static Port |
Port.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.Parser<Port> |
Port.getParserForType() |
static com.google.protobuf.Parser<Port> |
Port.parser() |
| 限定符和类型 | 方法和说明 |
|---|---|
Port.Builder |
Port.Builder.mergeFrom(Port other) |
Server.Builder |
Server.Builder.mergePort(Port value)
REQUIRED: The Port on which the proxy should listen for incoming
connections.
|
static Port.Builder |
Port.newBuilder(Port prototype) |
Server.Builder |
Server.Builder.setPort(Port value)
REQUIRED: The Port on which the proxy should listen for incoming
connections.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Port |
ServiceEntryOrBuilder.getPorts(int index)
REQUIRED.
|
Port |
ServiceEntry.getPorts(int index)
REQUIRED.
|
Port |
ServiceEntry.Builder.getPorts(int index)
REQUIRED.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Port> |
ServiceEntryOrBuilder.getPortsList()
REQUIRED.
|
List<Port> |
ServiceEntry.getPortsList()
REQUIRED.
|
List<Port> |
ServiceEntry.Builder.getPortsList()
REQUIRED.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ServiceEntry.Builder |
ServiceEntry.Builder.addPorts(int index,
Port value)
REQUIRED.
|
ServiceEntry.Builder |
ServiceEntry.Builder.addPorts(Port value)
REQUIRED.
|
ServiceEntry.Builder |
ServiceEntry.Builder.setPorts(int index,
Port value)
REQUIRED.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ServiceEntry.Builder |
ServiceEntry.Builder.addAllPorts(Iterable<? extends Port> values)
REQUIRED.
|
Copyright © 2018–2022 Alibaba Group. All rights reserved.