public class Http extends Object
Constructor and Description |
---|
Http(Configuration configuration,
ClientAuthenticator authenticator) |
Modifier and Type | Method and Description |
---|---|
<R> HttpMethod<R> |
delete(String path) |
<R> HttpMethod<R> |
get(String path) |
<R> HttpMethod<R> |
post(String path) |
<R> HttpMethod<R> |
put(String path) |
void |
setServerConfiguration(ServerConfiguration serverConfiguration) |
public Http(Configuration configuration, ClientAuthenticator authenticator)
public <R> HttpMethod<R> get(String path)
public <R> HttpMethod<R> post(String path)
public <R> HttpMethod<R> put(String path)
public <R> HttpMethod<R> delete(String path)
public void setServerConfiguration(ServerConfiguration serverConfiguration)
Copyright © 2021 JBoss by Red Hat. All rights reserved.