クラス XContentTypeOptionsServerHttpHeadersWriter

  • 実装されたすべてのインターフェース:
    ServerHttpHeadersWriter

    public class XContentTypeOptionsServerHttpHeadersWriter
    extends java.lang.Object
    implements ServerHttpHeadersWriter
    X-Content-Type-Options を追加します: 異音
    導入:
    5.0
    • フィールドサマリー

      フィールド  
      修飾子と型 フィールド 説明
      static java.lang.StringNOSNIFF
      static java.lang.StringX_CONTENT_OPTIONS
    • メソッドのサマリー

      すべてのメソッド   インスタンスメソッド   具象メソッド  
      修飾子と型 メソッド 説明
      reactor.core.publisher.Mono<java.lang.Void>writeHttpHeaders​(org.springframework.web.server.ServerWebExchange exchange)
      ヘッダーをレスポンスに書き込みます。
      • クラス java.lang.Object から継承されたメソッド

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • コンストラクターの詳細

      • XContentTypeOptionsServerHttpHeadersWriter

        public XContentTypeOptionsServerHttpHeadersWriter()
    • メソッドの詳細

      • writeHttpHeaders

        public reactor.core.publisher.Mono<java.lang.Void> writeHttpHeaders​(org.springframework.web.server.ServerWebExchange exchange)
        インターフェースからコピーされた説明: ServerHttpHeadersWriter
        ヘッダーをレスポンスに書き込みます。
        次で指定:
        インターフェース ServerHttpHeadersWriterwriteHttpHeaders 
        戻り値:
        ReactiveHttpOutputMessage.beforeCommit(Supplier) の Supplier に返される Mono。