Package org.wildfly.elytron.web.barehttp
Class BareHttpClient
- java.lang.Object
-
- org.wildfly.elytron.web.barehttp.BareHttpClient
-
public class BareHttpClient extends Object
Client for sending and receiving bare HTTP messages.- Author:
- Darran Lofthouse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBareHttpClient.BuilderclassBareHttpClient.Target
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BareHttpClient.Builderbuilder()BareHttpClient.Targettarget(String hostName, int port)
-
-
-
Method Detail
-
target
public BareHttpClient.Target target(String hostName, int port)
-
builder
public static BareHttpClient.Builder builder()
-
-