jp.go.nict.langrid.client.protobuf.proto
クラス LanguageIdentificationProtos.Service.Stub

java.lang.Object
  上位を拡張 jp.go.nict.langrid.client.protobuf.proto.LanguageIdentificationProtos.Service
      上位を拡張 jp.go.nict.langrid.client.protobuf.proto.LanguageIdentificationProtos.Service.Stub
すべての実装されたインタフェース:
com.google.protobuf.Service, LanguageIdentificationProtos.Service.Interface
含まれているクラス:
LanguageIdentificationProtos.Service

public static final class LanguageIdentificationProtos.Service.Stub
extends LanguageIdentificationProtos.Service
implements LanguageIdentificationProtos.Service.Interface


入れ子のクラスの概要
 
クラス jp.go.nict.langrid.client.protobuf.proto.LanguageIdentificationProtos.Service から継承された入れ子のクラス/インタフェース
LanguageIdentificationProtos.Service.BlockingInterface, LanguageIdentificationProtos.Service.Interface, LanguageIdentificationProtos.Service.Stub
 
メソッドの概要
 com.google.protobuf.RpcChannel getChannel()
           
 void getSupportedEncodings(com.google.protobuf.RpcController controller, LanguageIdentificationProtos.GetSupportedEncodingsRequest request, com.google.protobuf.RpcCallback<LanguageIdentificationProtos.GetSupportedEncodingsResponse> done)
           
 void getSupportedLanguages(com.google.protobuf.RpcController controller, LanguageIdentificationProtos.GetSupportedLanguagesRequest request, com.google.protobuf.RpcCallback<LanguageIdentificationProtos.GetSupportedLanguagesResponse> done)
           
 void identify(com.google.protobuf.RpcController controller, LanguageIdentificationProtos.IdentifyRequest request, com.google.protobuf.RpcCallback<LanguageIdentificationProtos.IdentifyResponse> done)
           
 void identifyLanguageAndEncoding(com.google.protobuf.RpcController controller, LanguageIdentificationProtos.IdentifyLanguageAndEncodingRequest request, com.google.protobuf.RpcCallback<LanguageIdentificationProtos.IdentifyLanguageAndEncodingResponse> done)
           
 
クラス jp.go.nict.langrid.client.protobuf.proto.LanguageIdentificationProtos.Service から継承されたメソッド
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getChannel

public com.google.protobuf.RpcChannel getChannel()

identify

public void identify(com.google.protobuf.RpcController controller,
                     LanguageIdentificationProtos.IdentifyRequest request,
                     com.google.protobuf.RpcCallback<LanguageIdentificationProtos.IdentifyResponse> done)
定義:
インタフェース LanguageIdentificationProtos.Service.Interface 内の identify
定義:
クラス LanguageIdentificationProtos.Service 内の identify

identifyLanguageAndEncoding

public void identifyLanguageAndEncoding(com.google.protobuf.RpcController controller,
                                        LanguageIdentificationProtos.IdentifyLanguageAndEncodingRequest request,
                                        com.google.protobuf.RpcCallback<LanguageIdentificationProtos.IdentifyLanguageAndEncodingResponse> done)
定義:
インタフェース LanguageIdentificationProtos.Service.Interface 内の identifyLanguageAndEncoding
定義:
クラス LanguageIdentificationProtos.Service 内の identifyLanguageAndEncoding

getSupportedLanguages

public void getSupportedLanguages(com.google.protobuf.RpcController controller,
                                  LanguageIdentificationProtos.GetSupportedLanguagesRequest request,
                                  com.google.protobuf.RpcCallback<LanguageIdentificationProtos.GetSupportedLanguagesResponse> done)
定義:
インタフェース LanguageIdentificationProtos.Service.Interface 内の getSupportedLanguages
定義:
クラス LanguageIdentificationProtos.Service 内の getSupportedLanguages

getSupportedEncodings

public void getSupportedEncodings(com.google.protobuf.RpcController controller,
                                  LanguageIdentificationProtos.GetSupportedEncodingsRequest request,
                                  com.google.protobuf.RpcCallback<LanguageIdentificationProtos.GetSupportedEncodingsResponse> done)
定義:
インタフェース LanguageIdentificationProtos.Service.Interface 内の getSupportedEncodings
定義:
クラス LanguageIdentificationProtos.Service 内の getSupportedEncodings