A C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages

A

APACHE_IDLE_CONNECTION_MONITOR_THREAD_ENABLED - Static variable in enum com.oracle.bmc.http.client.jersey3.Jersey3ClientProperties
Idle monitor thread polls the connection manager to monitor for expired and idle connections and closes any such connections
APACHE_IDLE_CONNECTION_MONITOR_THREAD_IDLE_TIMEOUT_SECONDS - Static variable in enum com.oracle.bmc.http.client.jersey3.Jersey3ClientProperties
The idle timeout - close connections that have been idle longer than idleConnectionMonitorThreadIdleTimeoutInSeconds seconds by idleMonitorThread.
APACHE_IDLE_CONNECTION_MONITOR_THREAD_WAIT_TIME_SECONDS - Static variable in enum com.oracle.bmc.http.client.jersey3.Jersey3ClientProperties
The time interval after which the check and closing of expired/idle connections is performed by the idleMonitorThread.
ApacheClientProperties - Enum in com.oracle.bmc.http.client.jersey3
Commonly used Apache client properties from ApacheClientProperties, but with the correct type information.
ApacheDuplicatableInputStreamEntity - Class in com.oracle.bmc.http.client.jersey3.internal
Class for ApacheInputStream that implements a DuplicatableInputStream.
ApacheDuplicatableInputStreamEntity(DuplicatableInputStream, Long) - Constructor for class com.oracle.bmc.http.client.jersey3.internal.ApacheDuplicatableInputStreamEntity
 
ApacheInputStreamEntity - Class in com.oracle.bmc.http.client.jersey3.internal
Class for ApacheInputStream.
ApacheInputStreamEntity(InputStream, Long) - Constructor for class com.oracle.bmc.http.client.jersey3.internal.ApacheInputStreamEntity
 
AutoCloseableContentLengthVerifyingInputStream - Class in com.oracle.bmc.http.client.jersey3.io.internal
A wrapper over an InputStream whose length is known, which verifies that the length of the wrapped stream matches its known length and auto-closes the stream once the content length bytes of the stream have been read.
AutoCloseableContentLengthVerifyingInputStream(InputStream, long) - Constructor for class com.oracle.bmc.http.client.jersey3.io.internal.AutoCloseableContentLengthVerifyingInputStream
 
available() - Method in class com.oracle.bmc.http.client.jersey3.io.internal.AutoCloseableContentLengthVerifyingInputStream
 
available() - Method in class com.oracle.bmc.http.client.jersey3.io.internal.ContentLengthVerifyingInputStream
 
available() - Method in class com.oracle.bmc.http.client.jersey3.io.internal.LengthLimitedInputStream
 
available() - Method in class com.oracle.bmc.http.client.jersey3.WrappedResponseInputStream
 

C

cleanStaleReferences() - Static method in class com.oracle.bmc.http.client.jersey3.internal.IdleConnectionMonitor
Remove stale references that have been garbage-collected already.
ClientBuilderDecorator - Interface in com.oracle.bmc.http.client.jersey3
A decorator around the client builder.
clone() - Method in class com.oracle.bmc.serialization.jackson.internal.Rfc3339DateFormat
 
close() - Method in class com.oracle.bmc.http.client.jersey3.io.internal.AutoCloseableContentLengthVerifyingInputStream
 
close() - Method in class com.oracle.bmc.http.client.jersey3.io.internal.ContentLengthVerifyingInputStream
 
close() - Method in class com.oracle.bmc.http.client.jersey3.io.internal.LengthLimitedInputStream
 
close() - Method in class com.oracle.bmc.http.client.jersey3.WrappedResponseInputStream
 
closeIdleConnections() - Method in class com.oracle.bmc.http.client.jersey3.internal.IdleConnectionMonitor
Close idle connections.
com.oracle.bmc.http.client.jersey3 - package com.oracle.bmc.http.client.jersey3
 
com.oracle.bmc.http.client.jersey3.internal - package com.oracle.bmc.http.client.jersey3.internal
 
com.oracle.bmc.http.client.jersey3.io.internal - package com.oracle.bmc.http.client.jersey3.io.internal
 
com.oracle.bmc.serialization.jackson - package com.oracle.bmc.serialization.jackson
 
com.oracle.bmc.serialization.jackson.internal - package com.oracle.bmc.serialization.jackson.internal
 
CONNECTION_CLOSING_STRATEGY - Static variable in enum com.oracle.bmc.http.client.jersey3.ApacheClientProperties
 
CONNECTION_MANAGER - Static variable in enum com.oracle.bmc.http.client.jersey3.ApacheClientProperties
Note that if you specify your own SSLContext using StandardClientProperties.SSL_CONTEXT, you will most likely have to provide the SSLContext to the connection manager as well.
CONNECTION_MANAGER_SHARED - Static variable in enum com.oracle.bmc.http.client.jersey3.ApacheClientProperties
 
consumeContent() - Method in class com.oracle.bmc.http.client.jersey3.internal.ApacheInputStreamEntity
Deprecated.
(4.1) Use EntityUtils.consume(HttpEntity)
contentLength - Variable in class com.oracle.bmc.http.client.jersey3.io.internal.ContentLengthVerifyingInputStream
 
ContentLengthVerifyingInputStream - Class in com.oracle.bmc.http.client.jersey3.io.internal
A wrapper over an InputStream whose length is known, which verifies that the length of the wrapped stream matches its known length.
ContentLengthVerifyingInputStream(InputStream, long) - Constructor for class com.oracle.bmc.http.client.jersey3.io.internal.ContentLengthVerifyingInputStream
 
create(String) - Static method in class com.oracle.bmc.http.client.jersey3.Jersey3ClientProperty
 

D

DaemonClientAsyncExecutorProvider - Class in com.oracle.bmc.http.client.jersey3.internal
Mostly copied from jersey DefaultClientAsyncExecutorProvider, but with daemon threads
DaemonClientAsyncExecutorProvider(int) - Constructor for class com.oracle.bmc.http.client.jersey3.internal.DaemonClientAsyncExecutorProvider
 
DEFAULT_IDLE_CONNECTION_MONITOR_THREAD_WAIT_TIME_IN_SECONDS - Static variable in class com.oracle.bmc.http.client.jersey3.internal.IdleConnectionMonitor
 
delegate - Variable in class com.oracle.bmc.http.client.jersey3.io.internal.ContentLengthVerifyingInputStream
 
delegate - Variable in class com.oracle.bmc.http.client.jersey3.WrappedResponseInputStream
 
delegateResponse - Variable in class com.oracle.bmc.http.client.jersey3.WrappedResponseInputStream
 
DelegationTokenClientFilter - Class in com.oracle.bmc.http.client.jersey3.internal
Filter that injects delegation token into the request (for either obo or delegation request)
DelegationTokenClientFilter(String) - Constructor for class com.oracle.bmc.http.client.jersey3.internal.DelegationTokenClientFilter
 
duplicate() - Method in class com.oracle.bmc.http.client.jersey3.internal.ApacheDuplicatableInputStreamEntity
 

E

EXECUTOR_SERVICE_PROVIDER - Static variable in enum com.oracle.bmc.http.client.jersey3.Jersey3ClientProperties
 
ExplicitlySetFilter - Class in com.oracle.bmc.serialization.jackson.internal
 

F

finish(ClientBuilder) - Method in interface com.oracle.bmc.http.client.jersey3.ClientBuilderDecorator
Build a client.
format(Date, StringBuffer, FieldPosition) - Method in class com.oracle.bmc.serialization.jackson.internal.Rfc3339DateFormat
 

G

getBackingThreadFactory() - Method in class com.oracle.bmc.http.client.jersey3.internal.DaemonClientAsyncExecutorProvider
 
getContent() - Method in class com.oracle.bmc.http.client.jersey3.internal.ApacheInputStreamEntity
 
getContentEncoding() - Method in class com.oracle.bmc.http.client.jersey3.internal.ApacheInputStreamEntity
 
getContentLength() - Method in class com.oracle.bmc.http.client.jersey3.internal.ApacheInputStreamEntity
 
getContentType() - Method in class com.oracle.bmc.http.client.jersey3.internal.ApacheInputStreamEntity
 
getCorePoolSize() - Method in class com.oracle.bmc.http.client.jersey3.internal.DaemonClientAsyncExecutorProvider
 
getDefaultObjectMapper() - Static method in class com.oracle.bmc.serialization.jackson.JacksonSerializer
Get the instance of Object Mapper with default configuration for java sdk serialization.
getDefaultSerializer() - Static method in class com.oracle.bmc.serialization.jackson.JacksonSerializer
Get the instance of Jackson JSON mapper with default configuration for java sdk serialization.
getInstance() - Static method in class com.oracle.bmc.http.client.jersey3.internal.IdleConnectionMonitor
 
getInstance() - Static method in class com.oracle.bmc.http.client.jersey3.internal.Jersey3DelegationTokenClientFilterProvider
 
getInstance() - Static method in class com.oracle.bmc.http.client.jersey3.Jersey3HttpProvider
 
getMaximumPoolSize() - Method in class com.oracle.bmc.http.client.jersey3.internal.DaemonClientAsyncExecutorProvider
 
getPriority() - Method in class com.oracle.bmc.http.client.jersey3.internal.Jersey3DelegationTokenClientFilterProvider
 
getSerializer() - Method in class com.oracle.bmc.http.client.jersey3.Jersey3HttpProvider
 
getWaitTimeInSeconds() - Method in class com.oracle.bmc.http.client.jersey3.internal.IdleConnectionMonitor
 

H

hasCapability(HttpProviderCapability) - Method in class com.oracle.bmc.http.client.jersey3.Jersey3HttpProvider
 

I

IdleConnectionMonitor - Class in com.oracle.bmc.http.client.jersey3.internal
 
idleConnectionMonitorThreadSize() - Static method in class com.oracle.bmc.http.client.jersey3.internal.IdleConnectionMonitor
 
include(BeanPropertyWriter) - Method in class com.oracle.bmc.serialization.jackson.internal.ExplicitlySetFilter
 
include(PropertyWriter) - Method in class com.oracle.bmc.serialization.jackson.internal.ExplicitlySetFilter
 
INSTANCE - Static variable in class com.oracle.bmc.serialization.jackson.internal.ExplicitlySetFilter
 
intercept(HttpRequest) - Method in class com.oracle.bmc.http.client.jersey3.internal.DelegationTokenClientFilter
 
isChunked() - Method in class com.oracle.bmc.http.client.jersey3.internal.ApacheInputStreamEntity
 
isIdleMonitorThreadShutdown() - Method in class com.oracle.bmc.http.client.jersey3.internal.IdleConnectionMonitor
 
isRepeatable() - Method in class com.oracle.bmc.http.client.jersey3.internal.ApacheInputStreamEntity
 
isStreaming() - Method in class com.oracle.bmc.http.client.jersey3.internal.ApacheInputStreamEntity
 
isVerificationEnabled - Variable in class com.oracle.bmc.http.client.jersey3.io.internal.ContentLengthVerifyingInputStream
 

J

JacksonSerializer - Class in com.oracle.bmc.serialization.jackson
Implementation of Serializer for Jackson.
Jersey3ClientProperties - Enum in com.oracle.bmc.http.client.jersey3
Properties for the Jersey HTTP client.
Jersey3ClientProperty<T> - Class in com.oracle.bmc.http.client.jersey3
 
Jersey3DelegationTokenClientFilterProvider - Class in com.oracle.bmc.http.client.jersey3.internal
 
Jersey3DelegationTokenClientFilterProvider() - Constructor for class com.oracle.bmc.http.client.jersey3.internal.Jersey3DelegationTokenClientFilterProvider
 
Jersey3HttpProvider - Class in com.oracle.bmc.http.client.jersey3
 
Jersey3HttpProvider() - Constructor for class com.oracle.bmc.http.client.jersey3.Jersey3HttpProvider
 

K

KEEPALIVE_STRATEGY - Static variable in enum com.oracle.bmc.http.client.jersey3.ApacheClientProperties
 

L

LengthLimitedInputStream - Class in com.oracle.bmc.http.client.jersey3.io.internal
A wrapper over an FilterInputStream which limits the reads of data from the input stream up to a specified length that is shorter than the actual length of the stream.
LengthLimitedInputStream(InputStream, long) - Constructor for class com.oracle.bmc.http.client.jersey3.io.internal.LengthLimitedInputStream
 

M

mark(int) - Method in class com.oracle.bmc.http.client.jersey3.io.internal.AutoCloseableContentLengthVerifyingInputStream
 
mark(int) - Method in class com.oracle.bmc.http.client.jersey3.io.internal.ContentLengthVerifyingInputStream
 
mark(int) - Method in class com.oracle.bmc.http.client.jersey3.io.internal.LengthLimitedInputStream
 
mark(int) - Method in class com.oracle.bmc.http.client.jersey3.WrappedResponseInputStream
 
markSupported() - Method in class com.oracle.bmc.http.client.jersey3.io.internal.AutoCloseableContentLengthVerifyingInputStream
 
markSupported() - Method in class com.oracle.bmc.http.client.jersey3.io.internal.ContentLengthVerifyingInputStream
 
markSupported() - Method in class com.oracle.bmc.http.client.jersey3.io.internal.LengthLimitedInputStream
 
markSupported() - Method in class com.oracle.bmc.http.client.jersey3.WrappedResponseInputStream
 

N

newBuilder() - Method in class com.oracle.bmc.http.client.jersey3.Jersey3HttpProvider
 
newDelegationTokenClientFilter(String) - Method in class com.oracle.bmc.http.client.jersey3.internal.Jersey3DelegationTokenClientFilterProvider
 

O

OPC_OBO_TOKEN - Static variable in class com.oracle.bmc.http.client.jersey3.internal.DelegationTokenClientFilter
 

P

PRIORITY - Static variable in class com.oracle.bmc.http.client.jersey3.internal.DelegationTokenClientFilter
 
processBytesRead(int) - Method in class com.oracle.bmc.http.client.jersey3.io.internal.ContentLengthVerifyingInputStream
 
PROPERTY - Static variable in interface com.oracle.bmc.http.client.jersey3.ClientBuilderDecorator
Use this property to register a different ClientBuilderDecorator for building the Client.

R

read() - Method in class com.oracle.bmc.http.client.jersey3.io.internal.AutoCloseableContentLengthVerifyingInputStream
 
read() - Method in class com.oracle.bmc.http.client.jersey3.io.internal.ContentLengthVerifyingInputStream
 
read() - Method in class com.oracle.bmc.http.client.jersey3.io.internal.LengthLimitedInputStream
 
read() - Method in class com.oracle.bmc.http.client.jersey3.WrappedResponseInputStream
 
read(byte[]) - Method in class com.oracle.bmc.http.client.jersey3.io.internal.AutoCloseableContentLengthVerifyingInputStream
 
read(byte[]) - Method in class com.oracle.bmc.http.client.jersey3.io.internal.ContentLengthVerifyingInputStream
 
read(byte[]) - Method in class com.oracle.bmc.http.client.jersey3.io.internal.LengthLimitedInputStream
 
read(byte[]) - Method in class com.oracle.bmc.http.client.jersey3.WrappedResponseInputStream
 
read(byte[], int, int) - Method in class com.oracle.bmc.http.client.jersey3.io.internal.AutoCloseableContentLengthVerifyingInputStream
 
read(byte[], int, int) - Method in class com.oracle.bmc.http.client.jersey3.io.internal.ContentLengthVerifyingInputStream
 
read(byte[], int, int) - Method in class com.oracle.bmc.http.client.jersey3.io.internal.LengthLimitedInputStream
 
read(byte[], int, int) - Method in class com.oracle.bmc.http.client.jersey3.WrappedResponseInputStream
 
readValue(byte[], Class<T>) - Method in class com.oracle.bmc.serialization.jackson.JacksonSerializer
 
readValue(String, Class<T>) - Method in class com.oracle.bmc.serialization.jackson.JacksonSerializer
 
registerConnectionManager(HttpClientConnectionManager, int, int) - Static method in class com.oracle.bmc.http.client.jersey3.internal.IdleConnectionMonitor
Registers the connection manager with the IdleConnectionMonitor thread;
removeConnectionManager(HttpClientConnectionManager) - Static method in class com.oracle.bmc.http.client.jersey3.internal.IdleConnectionMonitor
Removes the connection manager from the IdleConnectionMonitor thread, and shuts down the thread if there is no connection manager left.
REQUEST_CONFIG - Static variable in enum com.oracle.bmc.http.client.jersey3.ApacheClientProperties
 
reset() - Method in class com.oracle.bmc.http.client.jersey3.io.internal.AutoCloseableContentLengthVerifyingInputStream
 
reset() - Method in class com.oracle.bmc.http.client.jersey3.io.internal.ContentLengthVerifyingInputStream
 
reset() - Method in class com.oracle.bmc.http.client.jersey3.io.internal.LengthLimitedInputStream
 
reset() - Method in class com.oracle.bmc.http.client.jersey3.WrappedResponseInputStream
 
RETRY_HANDLER - Static variable in enum com.oracle.bmc.http.client.jersey3.ApacheClientProperties
 
REUSE_STRATEGY - Static variable in enum com.oracle.bmc.http.client.jersey3.ApacheClientProperties
 
Rfc3339DateFormat - Class in com.oracle.bmc.serialization.jackson.internal
Swagger uses RFC3339 formats for date.
Rfc3339DateFormat() - Constructor for class com.oracle.bmc.serialization.jackson.internal.Rfc3339DateFormat
 
run() - Method in class com.oracle.bmc.http.client.jersey3.internal.IdleConnectionMonitor
 

S

serializeAsField(Object, JsonGenerator, SerializerProvider, PropertyWriter) - Method in class com.oracle.bmc.serialization.jackson.internal.ExplicitlySetFilter
 
shutdown() - Static method in class com.oracle.bmc.http.client.jersey3.internal.IdleConnectionMonitor
Stops the execution of IdleConnectionMonitor thread by shutting down the thread and clears the connection managers in it.
skip(long) - Method in class com.oracle.bmc.http.client.jersey3.io.internal.AutoCloseableContentLengthVerifyingInputStream
 
skip(long) - Method in class com.oracle.bmc.http.client.jersey3.io.internal.ContentLengthVerifyingInputStream
 
skip(long) - Method in class com.oracle.bmc.http.client.jersey3.io.internal.LengthLimitedInputStream
 
skip(long) - Method in class com.oracle.bmc.http.client.jersey3.WrappedResponseInputStream
 

T

totalBytesProcessed - Variable in class com.oracle.bmc.http.client.jersey3.io.internal.ContentLengthVerifyingInputStream
 

U

USE_APACHE_CONNECTOR - Static variable in enum com.oracle.bmc.http.client.jersey3.Jersey3ClientProperties
 
USE_JERSEY_DEFAULT_EXECUTOR_SERVICE_PROVIDER - Static variable in enum com.oracle.bmc.http.client.jersey3.Jersey3ClientProperties
Jersey provides a default ExecutorServiceProvider, but in stand-alone applications, its threads fail to terminate, because they are not daemon threads.

V

valueOf(String) - Static method in enum com.oracle.bmc.http.client.jersey3.ApacheClientProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.bmc.http.client.jersey3.Jersey3ClientProperties
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.oracle.bmc.http.client.jersey3.ApacheClientProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.bmc.http.client.jersey3.Jersey3ClientProperties
Returns an array containing the constants of this enum type, in the order they are declared.

W

WrappedResponseInputStream - Class in com.oracle.bmc.http.client.jersey3
A wrapper over an InputStream that ensures that the delegate Response is closed when the delegate input stream is closed.
WrappedResponseInputStream(InputStream, Response) - Constructor for class com.oracle.bmc.http.client.jersey3.WrappedResponseInputStream
 
writeTo(OutputStream) - Method in class com.oracle.bmc.http.client.jersey3.internal.ApacheInputStreamEntity
 
writeValueAsString(Object) - Method in class com.oracle.bmc.serialization.jackson.JacksonSerializer
 
A C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages