Package | Description |
---|---|
com.laserfiche.api.client.httphandlers |
Provides classes to modify HTTP requests and handle HTTP responses.
|
Modifier and Type | Class and Description |
---|---|
class |
RequestImpl
Represents an HTTP request.
|
Modifier and Type | Method and Description |
---|---|
Request |
Response.request()
The corresponding request object.
|
Request |
ResponseImpl.request() |
Modifier and Type | Method and Description |
---|---|
BeforeSendResult |
UsernamePasswordHandler.beforeSend(Request request) |
BeforeSendResult |
HttpRequestHandler.beforeSend(Request request)
Invoked before an HTTP request is sent.
|
BeforeSendResult |
OAuthClientCredentialsHandler.beforeSend(Request request) |
Constructor and Description |
---|
ResponseImpl(short status,
Request request)
Creates a new HTTP response.
|
Copyright © 2024. All rights reserved.