Package | Description |
---|---|
io.netty.example.worldclock |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<WorldClockProtocol.Location> |
WorldClockProtocol.Location.PARSER |
Modifier and Type | Method and Description |
---|---|
WorldClockProtocol.Location |
WorldClockProtocol.Location.Builder.build() |
WorldClockProtocol.Location |
WorldClockProtocol.Location.Builder.buildPartial() |
static WorldClockProtocol.Location |
WorldClockProtocol.Location.getDefaultInstance() |
WorldClockProtocol.Location |
WorldClockProtocol.Location.getDefaultInstanceForType() |
WorldClockProtocol.Location |
WorldClockProtocol.Location.Builder.getDefaultInstanceForType() |
WorldClockProtocol.Location |
WorldClockProtocol.LocationsOrBuilder.getLocation(int index)
repeated .io.netty.example.worldclock.Location location = 1; |
WorldClockProtocol.Location |
WorldClockProtocol.Locations.getLocation(int index)
repeated .io.netty.example.worldclock.Location location = 1; |
WorldClockProtocol.Location |
WorldClockProtocol.Locations.Builder.getLocation(int index)
repeated .io.netty.example.worldclock.Location location = 1; |
static WorldClockProtocol.Location |
WorldClockProtocol.Location.parseDelimitedFrom(InputStream input) |
static WorldClockProtocol.Location |
WorldClockProtocol.Location.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorldClockProtocol.Location |
WorldClockProtocol.Location.parseFrom(byte[] data) |
static WorldClockProtocol.Location |
WorldClockProtocol.Location.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorldClockProtocol.Location |
WorldClockProtocol.Location.parseFrom(com.google.protobuf.ByteString data) |
static WorldClockProtocol.Location |
WorldClockProtocol.Location.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorldClockProtocol.Location |
WorldClockProtocol.Location.parseFrom(com.google.protobuf.CodedInputStream input) |
static WorldClockProtocol.Location |
WorldClockProtocol.Location.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorldClockProtocol.Location |
WorldClockProtocol.Location.parseFrom(InputStream input) |
static WorldClockProtocol.Location |
WorldClockProtocol.Location.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<WorldClockProtocol.Location> |
WorldClockProtocol.LocationsOrBuilder.getLocationList()
repeated .io.netty.example.worldclock.Location location = 1; |
List<WorldClockProtocol.Location> |
WorldClockProtocol.Locations.getLocationList()
repeated .io.netty.example.worldclock.Location location = 1; |
List<WorldClockProtocol.Location> |
WorldClockProtocol.Locations.Builder.getLocationList()
repeated .io.netty.example.worldclock.Location location = 1; |
com.google.protobuf.Parser<WorldClockProtocol.Location> |
WorldClockProtocol.Location.getParserForType() |
Modifier and Type | Method and Description |
---|---|
WorldClockProtocol.Locations.Builder |
WorldClockProtocol.Locations.Builder.addLocation(int index,
WorldClockProtocol.Location value)
repeated .io.netty.example.worldclock.Location location = 1; |
WorldClockProtocol.Locations.Builder |
WorldClockProtocol.Locations.Builder.addLocation(WorldClockProtocol.Location value)
repeated .io.netty.example.worldclock.Location location = 1; |
WorldClockProtocol.Location.Builder |
WorldClockProtocol.Location.Builder.mergeFrom(WorldClockProtocol.Location other) |
static WorldClockProtocol.Location.Builder |
WorldClockProtocol.Location.newBuilder(WorldClockProtocol.Location prototype) |
WorldClockProtocol.Locations.Builder |
WorldClockProtocol.Locations.Builder.setLocation(int index,
WorldClockProtocol.Location value)
repeated .io.netty.example.worldclock.Location location = 1; |
Modifier and Type | Method and Description |
---|---|
WorldClockProtocol.Locations.Builder |
WorldClockProtocol.Locations.Builder.addAllLocation(Iterable<? extends WorldClockProtocol.Location> values)
repeated .io.netty.example.worldclock.Location location = 1; |
Copyright © 2008–2018 The Netty Project. All rights reserved.