Annotation Interface LocalArmeriaPort


@Target({FIELD,METHOD,ANNOTATION_TYPE}) @Retention(RUNTIME) @Documented public @interface LocalArmeriaPort
Specifies an active local port of an Armeria server.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    com.linecorp.armeria.common.SessionProtocol
    Specifies the SessionProtocol to get the port from the Server.
  • Element Details

    • value

      com.linecorp.armeria.common.SessionProtocol value
      Specifies the SessionProtocol to get the port from the Server.
      Default:
      HTTP