Interface AddressAndPortExtractor.AddressPortSink

All Known Implementing Classes:
AddressAndPort
Enclosing interface:
AddressAndPortExtractor<REQUEST>

public static interface AddressAndPortExtractor.AddressPortSink
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setAddress(String address)
     
    void
     
  • Method Details

    • setAddress

      void setAddress(String address)
    • setPort

      void setPort(Integer port)