Interface AddressAndPortExtractor<REQUEST>
- All Known Implementing Classes:
ClientAddressAndPortExtractor,HostAddressAndPortExtractor,ServerAddressAndPortExtractor
public interface AddressAndPortExtractor<REQUEST>
This class is internal and is hence not for public use. Its APIs are unstable and can change at
any time.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThis class is internal and is hence not for public use. -
Method Summary
Modifier and TypeMethodDescriptionvoidextract(AddressAndPortExtractor.AddressPortSink sink, REQUEST request) default AddressAndPortstatic <REQUEST> AddressAndPortExtractor<REQUEST> noop()
-
Method Details
-
extract
-
extract
-
noop
-