Constant Field Values

Contents

io.micronaut.*

  • io.micronaut.http.server.netty.NettyHttpServer 
    Modifier and Type Constant Field Value
    public static final java.lang.String OUTBOUND_KEY "-outbound-"
  • io.micronaut.http.server.netty.decoders.HttpRequestDecoder 
    Modifier and Type Constant Field Value
    public static final java.lang.String ID "micronaut-http-decoder"
  • io.micronaut.http.server.netty.encoders.HttpResponseEncoder 
    Modifier and Type Constant Field Value
    public static final java.lang.String ID "micronaut-http-encoder"
  • io.micronaut.http.server.netty.handler.accesslog.element.AccessLogFormatParser 
    Modifier and Type Constant Field Value
    public static final java.lang.String COMBINED_LOG_FORMAT "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-Agent}i\""
    public static final java.lang.String COMMON_LOG_FORMAT "%h %l %u %t \"%r\" %s %b"
  • io.micronaut.http.server.netty.handler.accesslog.element.ConstantElement 
    Modifier and Type Constant Field Value
    public static final java.lang.String UNKNOWN_VALUE "-"