JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
<dependency org="org.apache.httpcomponents.core5" name="httpcore5" rev="5.0" />
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.hc.core5.function
Interface Resolver<I,O>
All Known Implementing Classes:
DefaultAddressResolver
public interface
Resolver<I,O>
Abstract resolver from input to output.
Since:
5.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
O
resolve
(
I
object)
Method Detail
resolve
O
resolve(
I
object)
Skip navigation links
Overview
Package
Class
Tree
Index
Help
<dependency org="org.apache.httpcomponents.core5" name="httpcore5" rev="5.0" />
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method