Class RemoteIpElementBuilder

java.lang.Object
io.micronaut.http.server.netty.handler.accesslog.element.RemoteIpElementBuilder
All Implemented Interfaces:
Ordered, LogElementBuilder

public final class RemoteIpElementBuilder extends Object implements LogElementBuilder
Builder for RemoteIpElement.
Since:
2.0
Author:
croudet
  • Constructor Details

    • RemoteIpElementBuilder

      public RemoteIpElementBuilder()
  • Method Details

    • build

      public LogElement build(String token, String param)
      Description copied from interface: LogElementBuilder
      Builds the log element for the specified token. It should return null it the token is not supported.
      Specified by:
      build in interface LogElementBuilder
      Parameters:
      token - The log element marker.
      param - An optional paramter.
      Returns:
      A LogElement or null if not supported by the builder.