class Protobuf::Rpc::Service

def self.port


The port of the service on the destination server.
def self.port
  @_port ||= DEFAULT_PORT
end