Uses of Interface
org.jboss.netty.example.localtime.LocalTimeProtocol.LocationOrBuilder
-
Packages that use LocalTimeProtocol.LocationOrBuilder Package Description org.jboss.netty.example.localtime -
-
Uses of LocalTimeProtocol.LocationOrBuilder in org.jboss.netty.example.localtime
Classes in org.jboss.netty.example.localtime that implement LocalTimeProtocol.LocationOrBuilder Modifier and Type Class Description static class
LocalTimeProtocol.Location
Protobuf typeorg.jboss.netty.example.localtime.Location
static class
LocalTimeProtocol.Location.Builder
Protobuf typeorg.jboss.netty.example.localtime.Location
Methods in org.jboss.netty.example.localtime that return LocalTimeProtocol.LocationOrBuilder Modifier and Type Method Description LocalTimeProtocol.LocationOrBuilder
LocalTimeProtocol.Locations.Builder. getLocationOrBuilder(int index)
repeated .org.jboss.netty.example.localtime.Location location = 1;
LocalTimeProtocol.LocationOrBuilder
LocalTimeProtocol.Locations. getLocationOrBuilder(int index)
repeated .org.jboss.netty.example.localtime.Location location = 1;
LocalTimeProtocol.LocationOrBuilder
LocalTimeProtocol.LocationsOrBuilder. getLocationOrBuilder(int index)
repeated .org.jboss.netty.example.localtime.Location location = 1;
Methods in org.jboss.netty.example.localtime that return types with arguments of type LocalTimeProtocol.LocationOrBuilder Modifier and Type Method Description List<? extends LocalTimeProtocol.LocationOrBuilder>
LocalTimeProtocol.Locations.Builder. getLocationOrBuilderList()
repeated .org.jboss.netty.example.localtime.Location location = 1;
List<? extends LocalTimeProtocol.LocationOrBuilder>
LocalTimeProtocol.Locations. getLocationOrBuilderList()
repeated .org.jboss.netty.example.localtime.Location location = 1;
List<? extends LocalTimeProtocol.LocationOrBuilder>
LocalTimeProtocol.LocationsOrBuilder. getLocationOrBuilderList()
repeated .org.jboss.netty.example.localtime.Location location = 1;
-