パッケージ org.fanout.gripcontrol

クラス HttpResponseFormat

java.lang.Object
org.fanout.gripcontrol.HttpResponseFormat
すべての実装されたインタフェース:
org.fanout.pubcontrol.Format

public class HttpResponseFormat
extends Object
implements org.fanout.pubcontrol.Format
Used to publish messages to HTTP response clients connected to a GRIP proxy.
  • フィールド詳細

  • コンストラクタの詳細

  • メソッドの詳細

    • name

      public String name()
      The name used when publishing this format.
      定義:
      name インタフェース内 org.fanout.pubcontrol.Format
    • export

      public Object export()
      Export the message into the required format. Include only the fields that are set. The body is exported as base64 if the byte array is binary.
      定義:
      export インタフェース内 org.fanout.pubcontrol.Format