パッケージ org.thinkit.api.line.http

インタフェース Communicator

既知の実装クラスのリスト:
AbstractCommunicator, LineNotifyCommunicator

public interface Communicator
The interface that manages the communication process.
導入されたバージョン:
1.0.0
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    void post​(@NonNull com.google.api.client.http.GenericUrl genericUrl, @NonNull String message)
    Sends a post request to the request URL.
  • メソッドの詳細

    • post

      void post​(@NonNull @NonNull com.google.api.client.http.GenericUrl genericUrl, @NonNull @NonNull String message)
      Sends a post request to the request URL.
      パラメータ:
      genericUrl - The request url object
      message - The message
      例外:
      NullPointerException - if null is passed as an argument