| Package | Description |
|---|---|
| io.netty.example.worldclock |
| Modifier and Type | Class and Description |
|---|---|
static class |
WorldClockProtocol.LocalTime
Protobuf type
io.netty.example.worldclock.LocalTime |
static class |
WorldClockProtocol.LocalTime.Builder
Protobuf type
io.netty.example.worldclock.LocalTime |
| Modifier and Type | Method and Description |
|---|---|
WorldClockProtocol.LocalTimeOrBuilder |
WorldClockProtocol.LocalTimesOrBuilder.getLocalTimeOrBuilder(int index)
repeated .io.netty.example.worldclock.LocalTime localTime = 1; |
WorldClockProtocol.LocalTimeOrBuilder |
WorldClockProtocol.LocalTimes.getLocalTimeOrBuilder(int index)
repeated .io.netty.example.worldclock.LocalTime localTime = 1; |
WorldClockProtocol.LocalTimeOrBuilder |
WorldClockProtocol.LocalTimes.Builder.getLocalTimeOrBuilder(int index)
repeated .io.netty.example.worldclock.LocalTime localTime = 1; |
| Modifier and Type | Method and Description |
|---|---|
List<? extends WorldClockProtocol.LocalTimeOrBuilder> |
WorldClockProtocol.LocalTimesOrBuilder.getLocalTimeOrBuilderList()
repeated .io.netty.example.worldclock.LocalTime localTime = 1; |
List<? extends WorldClockProtocol.LocalTimeOrBuilder> |
WorldClockProtocol.LocalTimes.getLocalTimeOrBuilderList()
repeated .io.netty.example.worldclock.LocalTime localTime = 1; |
List<? extends WorldClockProtocol.LocalTimeOrBuilder> |
WorldClockProtocol.LocalTimes.Builder.getLocalTimeOrBuilderList()
repeated .io.netty.example.worldclock.LocalTime localTime = 1; |
Copyright © 2008–2022 The Netty Project. All rights reserved.