Skip navigation links
A B C D E F G H I K L M O P R S T U V W 

A

add(Attribute...) - Method in class io.fabric8.mockwebserver.crud.AttributeSet
 
always() - Method in interface io.fabric8.mockwebserver.dsl.Timesable
 
always() - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
andEmit(Object) - Method in interface io.fabric8.mockwebserver.dsl.Emitable
Emit an event.
andReply(int, BodyProvider<Object>) - Method in interface io.fabric8.mockwebserver.dsl.Replyable
 
andReply(ResponseProvider<Object>) - Method in interface io.fabric8.mockwebserver.dsl.Replyable
 
andReply(int, BodyProvider<Object>) - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
andReply(ResponseProvider<Object>) - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
andReplyChunked(int, BodyProvider<List<Object>>) - Method in interface io.fabric8.mockwebserver.dsl.Replyable
 
andReplyChunked(ResponseProvider<List<Object>>) - Method in interface io.fabric8.mockwebserver.dsl.Replyable
 
andReplyChunked(int, BodyProvider<List<Object>>) - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
andReplyChunked(ResponseProvider<List<Object>>) - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
andReturn(int, Object) - Method in interface io.fabric8.mockwebserver.dsl.Returnable
 
andReturn(int, Object) - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
andReturnChunked(int, Object...) - Method in interface io.fabric8.mockwebserver.dsl.Returnable
 
andReturnChunked(int, Object...) - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
andUpgradeToWebSocket() - Method in interface io.fabric8.mockwebserver.dsl.WebSocketable
 
andUpgradeToWebSocket(ScheduledExecutorService) - Method in interface io.fabric8.mockwebserver.dsl.WebSocketable
Deprecated.
the provided ScheduledExecutorService is not used, use WebSocketable.andUpgradeToWebSocket() instead. The ExecutorService is handled internally by WebSocketSession, external executors are no longer allowed.
andUpgradeToWebSocket() - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
andUpgradeToWebSocket(ScheduledExecutorService) - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
any() - Method in interface io.fabric8.mockwebserver.dsl.HttpMethodable
 
any() - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
Attribute - Class in io.fabric8.mockwebserver.crud
 
Attribute(Key, List<Value>, AttributeType) - Constructor for class io.fabric8.mockwebserver.crud.Attribute
 
Attribute(Key, Value, AttributeType) - Constructor for class io.fabric8.mockwebserver.crud.Attribute
 
Attribute(String, String, AttributeType) - Constructor for class io.fabric8.mockwebserver.crud.Attribute
 
Attribute(String, List<String>, AttributeType) - Constructor for class io.fabric8.mockwebserver.crud.Attribute
 
Attribute(Key, Value) - Constructor for class io.fabric8.mockwebserver.crud.Attribute
 
Attribute(String, String) - Constructor for class io.fabric8.mockwebserver.crud.Attribute
 
AttributeExtractor - Interface in io.fabric8.mockwebserver.crud
 
attributeExtractor - Variable in class io.fabric8.mockwebserver.crud.CrudDispatcher
 
AttributeSet - Class in io.fabric8.mockwebserver.crud
 
AttributeSet(Attribute...) - Constructor for class io.fabric8.mockwebserver.crud.AttributeSet
 
AttributeSet(Collection<Attribute>) - Constructor for class io.fabric8.mockwebserver.crud.AttributeSet
 
AttributeSet(Map<Key, Attribute>) - Constructor for class io.fabric8.mockwebserver.crud.AttributeSet
 
AttributeType - Enum in io.fabric8.mockwebserver.crud
 

B

BodyProvider<T> - Interface in io.fabric8.mockwebserver.utils
A class that allows returning the body of a response given a certain request.

C

CertUtils - Class in io.fabric8.mockwebserver.utils
 
ChunkedResponse - Class in io.fabric8.mockwebserver.internal
 
ChunkedResponse(boolean, int, String...) - Constructor for class io.fabric8.mockwebserver.internal.ChunkedResponse
 
ChunkedResponse(boolean, ResponseProvider<List<String>>) - Constructor for class io.fabric8.mockwebserver.internal.ChunkedResponse
 
ChunkedResponse(boolean, int, long, TimeUnit, String...) - Constructor for class io.fabric8.mockwebserver.internal.ChunkedResponse
 
ChunkedResponse(boolean, long, TimeUnit, ResponseProvider<List<String>>) - Constructor for class io.fabric8.mockwebserver.internal.ChunkedResponse
 
closeActiveSocketsIfApplicable() - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
compareTo(Attribute) - Method in class io.fabric8.mockwebserver.crud.Attribute
 
compareTo(Key) - Method in class io.fabric8.mockwebserver.crud.Key
 
compose(Collection<String>) - Method in interface io.fabric8.mockwebserver.crud.ResponseComposer
 
containsKey(String) - Method in class io.fabric8.mockwebserver.crud.AttributeSet
 
containsKey(Key) - Method in class io.fabric8.mockwebserver.crud.AttributeSet
 
Context - Class in io.fabric8.mockwebserver
 
Context() - Constructor for class io.fabric8.mockwebserver.Context
 
Context(ObjectMapper) - Constructor for class io.fabric8.mockwebserver.Context
 
context - Variable in class io.fabric8.mockwebserver.crud.CrudDispatcher
 
create() - Static method in class io.fabric8.mockwebserver.internal.MockSSLContextFactory
 
createKeyStore(InputStream, InputStream, String, char[]) - Static method in class io.fabric8.mockwebserver.utils.CertUtils
 
createKeyStore(String, String, String, String, String, char[]) - Static method in class io.fabric8.mockwebserver.utils.CertUtils
 
CrudDispatcher - Class in io.fabric8.mockwebserver.crud
 
CrudDispatcher(Context, AttributeExtractor, ResponseComposer) - Constructor for class io.fabric8.mockwebserver.crud.CrudDispatcher
 

D

DefaultMockServer - Class in io.fabric8.mockwebserver
 
DefaultMockServer() - Constructor for class io.fabric8.mockwebserver.DefaultMockServer
 
DefaultMockServer(boolean) - Constructor for class io.fabric8.mockwebserver.DefaultMockServer
 
DefaultMockServer(MockWebServer, Map<ServerRequest, Queue<ServerResponse>>, boolean) - Constructor for class io.fabric8.mockwebserver.DefaultMockServer
 
DefaultMockServer(Context, MockWebServer, Map<ServerRequest, Queue<ServerResponse>>, boolean) - Constructor for class io.fabric8.mockwebserver.DefaultMockServer
 
DefaultMockServer(Context, MockWebServer, Map<ServerRequest, Queue<ServerResponse>>, Dispatcher, boolean) - Constructor for class io.fabric8.mockwebserver.DefaultMockServer
 
delay(long, TimeUnit) - Method in interface io.fabric8.mockwebserver.dsl.Delayable
 
delay(long) - Method in interface io.fabric8.mockwebserver.dsl.Delayable
 
delay(long, TimeUnit) - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
delay(long) - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
Delayable<T> - Interface in io.fabric8.mockwebserver.dsl
 
DelayPathable<T> - Interface in io.fabric8.mockwebserver.dsl
 
DelayTimesOrOnceable<T> - Interface in io.fabric8.mockwebserver.dsl
 
delete() - Method in interface io.fabric8.mockwebserver.dsl.HttpMethodable
 
delete() - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
dispatch(RecordedRequest) - Method in class io.fabric8.mockwebserver.crud.CrudDispatcher
 
dispatch(RecordedRequest) - Method in class io.fabric8.mockwebserver.internal.MockDispatcher
 
dispatch(RecordedRequest) - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
done() - Method in interface io.fabric8.mockwebserver.dsl.Doneable
 
done() - Method in class io.fabric8.mockwebserver.internal.InlineWebSocketSessionBuilder
 
Doneable<T> - Interface in io.fabric8.mockwebserver.dsl
 

E

Emitable<T> - Interface in io.fabric8.mockwebserver.dsl
 
equals(Object) - Method in class io.fabric8.mockwebserver.crud.Attribute
 
equals(Object) - Method in class io.fabric8.mockwebserver.crud.AttributeSet
 
equals(Object) - Method in class io.fabric8.mockwebserver.crud.Key
 
equals(Object) - Method in class io.fabric8.mockwebserver.crud.Value
 
equals(Object) - Method in class io.fabric8.mockwebserver.internal.SimpleRequest
 
equals(Object) - Method in class io.fabric8.mockwebserver.internal.SimpleResponse
 
Eventable<T> - Interface in io.fabric8.mockwebserver.dsl
 
EventDoneable<T> - Interface in io.fabric8.mockwebserver.dsl
 
every(long, long, TimeUnit) - Method in interface io.fabric8.mockwebserver.dsl.Schedulable
 
every(long, TimeUnit) - Method in interface io.fabric8.mockwebserver.dsl.Schedulable
 
expect() - Method in class io.fabric8.mockwebserver.DefaultMockServer
Returns a MockServerExpectation to set the expectations.
expect(Object) - Method in interface io.fabric8.mockwebserver.dsl.Eventable
 
expect(Object) - Method in class io.fabric8.mockwebserver.internal.InlineWebSocketSessionBuilder
 
expect() - Method in interface io.fabric8.mockwebserver.MockServer
Returns a MockServerExpectation to set the expectations.
expectHttpRequest(String) - Method in interface io.fabric8.mockwebserver.dsl.Eventable
 
expectHttpRequest(String) - Method in class io.fabric8.mockwebserver.internal.InlineWebSocketSessionBuilder
 
expectSentWebSocketMessage(Object) - Method in interface io.fabric8.mockwebserver.dsl.Eventable
 
expectSentWebSocketMessage(Object) - Method in class io.fabric8.mockwebserver.internal.InlineWebSocketSessionBuilder
 

F

Failable<T> - Interface in io.fabric8.mockwebserver.dsl
 
failure(Object, Exception) - Method in interface io.fabric8.mockwebserver.dsl.Failable
 
failure(Object, Exception) - Method in class io.fabric8.mockwebserver.internal.InlineWebSocketSessionBuilder
 
fromPath(String) - Method in interface io.fabric8.mockwebserver.crud.AttributeExtractor
 
fromResource(String) - Method in interface io.fabric8.mockwebserver.crud.AttributeExtractor
 

G

get() - Method in interface io.fabric8.mockwebserver.dsl.HttpMethodable
 
get() - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
getAttribute(String) - Method in class io.fabric8.mockwebserver.crud.AttributeSet
 
getAttributeExtractor() - Method in class io.fabric8.mockwebserver.crud.CrudDispatcher
 
getBody() - Method in class io.fabric8.mockwebserver.internal.WebSocketMessage
 
getBody(RecordedRequest) - Method in interface io.fabric8.mockwebserver.utils.BodyProvider
 
getBodyProvider() - Method in class io.fabric8.mockwebserver.internal.ChunkedResponse
 
getBodyProvider() - Method in class io.fabric8.mockwebserver.internal.SimpleResponse
 
getBytes() - Method in class io.fabric8.mockwebserver.internal.WebSocketMessage
 
getCause() - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
getDelay() - Method in class io.fabric8.mockwebserver.internal.WebSocketMessage
 
getFailure() - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
getHeaders() - Method in interface io.fabric8.mockwebserver.utils.ResponseProvider
 
getHostName() - Method in class io.fabric8.mockwebserver.DefaultMockServer
The host name for the MockWebServer.
getHostName() - Method in interface io.fabric8.mockwebserver.MockServer
The host name for the MockWebServer.
getHttpRequestEvents() - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
getInputStreamFromDataOrFile(String, String) - Static method in class io.fabric8.mockwebserver.utils.CertUtils
 
getKey() - Method in class io.fabric8.mockwebserver.crud.Attribute
 
getLastRequest() - Method in class io.fabric8.mockwebserver.DefaultMockServer
Returns the last (most recent) HTTP request processed by the MockWebServer.
getLastRequest() - Method in interface io.fabric8.mockwebserver.MockServer
Returns the last (most recent) HTTP request processed by the MockWebServer.
getMap() - Method in class io.fabric8.mockwebserver.crud.CrudDispatcher
 
getMapper() - Method in class io.fabric8.mockwebserver.Context
 
getMethod() - Method in class io.fabric8.mockwebserver.internal.SimpleRequest
 
getOpen() - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
getPath() - Method in class io.fabric8.mockwebserver.internal.SimpleRequest
 
getPort() - Method in class io.fabric8.mockwebserver.DefaultMockServer
The port for the MockWebServer.
getPort() - Method in interface io.fabric8.mockwebserver.MockServer
The port for the MockWebServer.
getRequestCount() - Method in class io.fabric8.mockwebserver.DefaultMockServer
Returns the number of HTTP requests received thus far by this server.
getRequestCount() - Method in interface io.fabric8.mockwebserver.MockServer
Returns the number of HTTP requests received thus far by this server.
getRequestEvents() - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
getResponseComposer() - Method in class io.fabric8.mockwebserver.crud.CrudDispatcher
 
getSentWebSocketMessagesRequestEvents() - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
getStatusCode(RecordedRequest) - Method in interface io.fabric8.mockwebserver.utils.ResponseProvider
 
getTimedEvents() - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
getType() - Method in class io.fabric8.mockwebserver.crud.Attribute
 
getValues() - Method in class io.fabric8.mockwebserver.crud.Attribute
 
getWebSocketSession() - Method in class io.fabric8.mockwebserver.internal.SimpleResponse
 

H

handleCreate(RecordedRequest) - Method in class io.fabric8.mockwebserver.crud.CrudDispatcher
 
handleCreate(String, String) - Method in class io.fabric8.mockwebserver.crud.CrudDispatcher
Adds the specified object to the in-memory db.
handleDelete(String) - Method in class io.fabric8.mockwebserver.crud.CrudDispatcher
Performs a delete for the corresponding object from the in-memory db.
handleGet(String) - Method in class io.fabric8.mockwebserver.crud.CrudDispatcher
Performs a get for the corresponding object from the in-memory db.
handlePatch(RecordedRequest) - Method in class io.fabric8.mockwebserver.crud.CrudDispatcher
 
handlePatch(String, String) - Method in class io.fabric8.mockwebserver.crud.CrudDispatcher
Patches the specified object to the in-memory db.
handleUpdate(RecordedRequest) - Method in class io.fabric8.mockwebserver.crud.CrudDispatcher
 
handleUpdate(String, String) - Method in class io.fabric8.mockwebserver.crud.CrudDispatcher
Updates the specified object to the in-memory db.
hashCode() - Method in class io.fabric8.mockwebserver.crud.Attribute
 
hashCode() - Method in class io.fabric8.mockwebserver.crud.AttributeSet
 
hashCode() - Method in class io.fabric8.mockwebserver.crud.Key
 
hashCode() - Method in class io.fabric8.mockwebserver.crud.Value
 
hashCode() - Method in class io.fabric8.mockwebserver.internal.SimpleRequest
 
hashCode() - Method in class io.fabric8.mockwebserver.internal.SimpleResponse
 
HttpHeaderable<T> - Interface in io.fabric8.mockwebserver.dsl
 
HttpMethod - Enum in io.fabric8.mockwebserver.dsl
 
HttpMethodable<T> - Interface in io.fabric8.mockwebserver.dsl
 
HttpStatusable<T> - Interface in io.fabric8.mockwebserver.dsl
 

I

immediately() - Method in interface io.fabric8.mockwebserver.dsl.Eventable
 
immediately() - Method in class io.fabric8.mockwebserver.internal.InlineWebSocketSessionBuilder
 
InlineWebSocketSessionBuilder<T> - Class in io.fabric8.mockwebserver.internal
 
InlineWebSocketSessionBuilder(Function<WebSocketSession, T>) - Constructor for class io.fabric8.mockwebserver.internal.InlineWebSocketSessionBuilder
 
io.fabric8.mockwebserver - package io.fabric8.mockwebserver
 
io.fabric8.mockwebserver.crud - package io.fabric8.mockwebserver.crud
 
io.fabric8.mockwebserver.dsl - package io.fabric8.mockwebserver.dsl
 
io.fabric8.mockwebserver.internal - package io.fabric8.mockwebserver.internal
 
io.fabric8.mockwebserver.utils - package io.fabric8.mockwebserver.utils
 
isBinary() - Method in class io.fabric8.mockwebserver.internal.WebSocketMessage
 
isRepeatable() - Method in class io.fabric8.mockwebserver.internal.ChunkedResponse
 
isRepeatable() - Method in class io.fabric8.mockwebserver.internal.SimpleResponse
 
isRepeatable() - Method in interface io.fabric8.mockwebserver.ServerResponse
 
isToBeRemoved() - Method in class io.fabric8.mockwebserver.internal.WebSocketMessage
 

K

Key - Class in io.fabric8.mockwebserver.crud
 
Key(String) - Constructor for class io.fabric8.mockwebserver.crud.Key
 
keyManagers(InputStream, InputStream, String, String) - Static method in class io.fabric8.mockwebserver.utils.SSLUtils
 

L

launderThrowable(Throwable) - Static method in exception io.fabric8.mockwebserver.MockServerException
Wraps the provided Throwable in a MockServerException in case it's checked exception.
launderThrowable(String, Throwable) - Static method in exception io.fabric8.mockwebserver.MockServerException
Wraps the provided Throwable in a MockServerException in case it's checked exception.

M

map(Attribute...) - Static method in class io.fabric8.mockwebserver.crud.AttributeSet
 
map - Variable in class io.fabric8.mockwebserver.crud.CrudDispatcher
 
matches(AttributeSet) - Method in class io.fabric8.mockwebserver.crud.AttributeSet
matches if attributes in db has (or doesn't if WITHOUT command) a set of candidate attributes Also supports EXISTS and NOT_EXISTS operations
merge(AttributeSet...) - Static method in class io.fabric8.mockwebserver.crud.AttributeSet
 
MockDispatcher - Class in io.fabric8.mockwebserver.internal
 
MockDispatcher(Map<ServerRequest, Queue<ServerResponse>>) - Constructor for class io.fabric8.mockwebserver.internal.MockDispatcher
 
MockServer - Interface in io.fabric8.mockwebserver
 
MockServerException - Exception in io.fabric8.mockwebserver
 
MockServerException(String) - Constructor for exception io.fabric8.mockwebserver.MockServerException
 
MockServerException(String, Throwable) - Constructor for exception io.fabric8.mockwebserver.MockServerException
 
MockServerExpectation - Interface in io.fabric8.mockwebserver.dsl
 
MockServerExpectationImpl - Class in io.fabric8.mockwebserver.internal
 
MockServerExpectationImpl(Map<ServerRequest, Queue<ServerResponse>>, Context) - Constructor for class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
MockServerExpectationImpl(Context, HttpMethod, String, int, String, String[], long, TimeUnit, int, Map<ServerRequest, Queue<ServerResponse>>) - Constructor for class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
MockServerExpectationImpl(Context, HttpMethod, String, ResponseProvider<String>, ResponseProvider<List<String>>, long, TimeUnit, int, Map<ServerRequest, Queue<ServerResponse>>) - Constructor for class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
MockSSLContextFactory - Class in io.fabric8.mockwebserver.internal
 

O

of(int, R) - Static method in class io.fabric8.mockwebserver.utils.ResponseProviders
 
of(int, R, Map<String, String>) - Static method in class io.fabric8.mockwebserver.utils.ResponseProviders
 
of(int, BodyProvider<R>) - Static method in class io.fabric8.mockwebserver.utils.ResponseProviders
 
ofAll(int, R...) - Static method in class io.fabric8.mockwebserver.utils.ResponseProviders
 
once() - Method in interface io.fabric8.mockwebserver.dsl.Onceable
 
once() - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
Onceable<T> - Interface in io.fabric8.mockwebserver.dsl
 
onClosed(WebSocket, int, String) - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
onClosing(WebSocket, int, String) - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
onMessage(WebSocket, ByteString) - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
onMessage(WebSocket, String) - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
onOpen(WebSocket, Response) - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
onShutdown() - Method in interface io.fabric8.mockwebserver.MockServer
This method is called right after shutdown.
onStart() - Method in interface io.fabric8.mockwebserver.MockServer
This method is called right before start.
open(Object...) - Method in interface io.fabric8.mockwebserver.dsl.Openable
 
open(Object...) - Method in class io.fabric8.mockwebserver.internal.InlineWebSocketSessionBuilder
 
Openable<T> - Interface in io.fabric8.mockwebserver.dsl
 

P

patch() - Method in interface io.fabric8.mockwebserver.dsl.HttpMethodable
 
patch() - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
Pathable<T> - Interface in io.fabric8.mockwebserver.dsl
 
peek() - Method in class io.fabric8.mockwebserver.internal.MockDispatcher
 
post() - Method in interface io.fabric8.mockwebserver.dsl.HttpMethodable
 
post() - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
put() - Method in interface io.fabric8.mockwebserver.dsl.HttpMethodable
 
put() - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 

R

Replyable<T> - Interface in io.fabric8.mockwebserver.dsl
 
responseComposer - Variable in class io.fabric8.mockwebserver.crud.CrudDispatcher
 
ResponseComposer - Interface in io.fabric8.mockwebserver.crud
 
ResponseProvider<T> - Interface in io.fabric8.mockwebserver.utils
A class that allows returning a response given a certain request.
ResponseProviders - Class in io.fabric8.mockwebserver.utils
Useful methods for creating basic response providers.
Returnable<T> - Interface in io.fabric8.mockwebserver.dsl
 
ReturnOrWebsocketable<T> - Interface in io.fabric8.mockwebserver.dsl
 

S

Schedulable<T> - Interface in io.fabric8.mockwebserver.dsl
 
ServerRequest - Interface in io.fabric8.mockwebserver
 
ServerResponse - Interface in io.fabric8.mockwebserver
 
setHeaders(Headers) - Method in interface io.fabric8.mockwebserver.utils.ResponseProvider
 
shutdown() - Method in class io.fabric8.mockwebserver.DefaultMockServer
 
shutdown() - Method in class io.fabric8.mockwebserver.internal.MockDispatcher
 
shutdown() - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
SimpleRequest - Class in io.fabric8.mockwebserver.internal
 
SimpleRequest() - Constructor for class io.fabric8.mockwebserver.internal.SimpleRequest
 
SimpleRequest(String) - Constructor for class io.fabric8.mockwebserver.internal.SimpleRequest
 
SimpleRequest(HttpMethod, String) - Constructor for class io.fabric8.mockwebserver.internal.SimpleRequest
 
SimpleResponse - Class in io.fabric8.mockwebserver.internal
 
SimpleResponse(boolean, int, String, WebSocketSession) - Constructor for class io.fabric8.mockwebserver.internal.SimpleResponse
 
SimpleResponse(boolean, ResponseProvider<String>, WebSocketSession) - Constructor for class io.fabric8.mockwebserver.internal.SimpleResponse
 
SimpleResponse(boolean, int, String, WebSocketSession, long, TimeUnit) - Constructor for class io.fabric8.mockwebserver.internal.SimpleResponse
 
SimpleResponse(boolean, ResponseProvider<String>, WebSocketSession, long, TimeUnit) - Constructor for class io.fabric8.mockwebserver.internal.SimpleResponse
 
sslContext(KeyManager[], TrustManager[], boolean) - Static method in class io.fabric8.mockwebserver.utils.SSLUtils
 
SSLUtils - Class in io.fabric8.mockwebserver.utils
 
start() - Method in class io.fabric8.mockwebserver.DefaultMockServer
 
start(int) - Method in class io.fabric8.mockwebserver.DefaultMockServer
 
start(InetAddress, int) - Method in class io.fabric8.mockwebserver.DefaultMockServer
 

T

takeRequest() - Method in class io.fabric8.mockwebserver.DefaultMockServer
Awaits the next HTTP request, removes it, and returns it.
takeRequest(long, TimeUnit) - Method in class io.fabric8.mockwebserver.DefaultMockServer
Awaits the next HTTP request (waiting up to the specified wait time if necessary), removes it, and returns it.
takeRequest() - Method in interface io.fabric8.mockwebserver.MockServer
Awaits the next HTTP request, removes it, and returns it.
takeRequest(long, TimeUnit) - Method in interface io.fabric8.mockwebserver.MockServer
Awaits the next HTTP request (waiting up to the specified wait time if necessary), removes it, and returns it.
times(int) - Method in interface io.fabric8.mockwebserver.dsl.Timesable
 
times(int) - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
Timesable<T> - Interface in io.fabric8.mockwebserver.dsl
 
TimesOnceableOrHttpHeaderable<T> - Interface in io.fabric8.mockwebserver.dsl
 
TimesOrOnceable<T> - Interface in io.fabric8.mockwebserver.dsl
 
TimesSchedulableOrOnceable<T> - Interface in io.fabric8.mockwebserver.dsl
 
toMockResponse(RecordedRequest) - Method in class io.fabric8.mockwebserver.internal.ChunkedResponse
 
toMockResponse(RecordedRequest) - Method in class io.fabric8.mockwebserver.internal.SimpleResponse
 
toMockResponse(RecordedRequest) - Method in interface io.fabric8.mockwebserver.ServerResponse
 
toProxyAddress() - Method in class io.fabric8.mockwebserver.DefaultMockServer
Returns a Proxy for the MockWebServer with the current HostName and Port.
toProxyAddress() - Method in interface io.fabric8.mockwebserver.MockServer
Returns a Proxy for the MockWebServer with the current HostName and Port.
toString() - Method in class io.fabric8.mockwebserver.crud.Attribute
 
toString() - Method in class io.fabric8.mockwebserver.crud.AttributeSet
 
toString() - Method in class io.fabric8.mockwebserver.crud.Key
 
toString() - Method in class io.fabric8.mockwebserver.crud.Value
 

U

url(String) - Method in class io.fabric8.mockwebserver.DefaultMockServer
Returns a String URL for connecting to this server.
url(String) - Method in interface io.fabric8.mockwebserver.MockServer
Returns a String URL for connecting to this server.

V

Value - Class in io.fabric8.mockwebserver.crud
 
Value(String) - Constructor for class io.fabric8.mockwebserver.crud.Value
 
valueOf(String) - Static method in enum io.fabric8.mockwebserver.crud.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.fabric8.mockwebserver.dsl.HttpMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.fabric8.mockwebserver.crud.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.fabric8.mockwebserver.dsl.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitFor(long) - Method in interface io.fabric8.mockwebserver.dsl.Eventable
 
waitFor(long) - Method in class io.fabric8.mockwebserver.internal.InlineWebSocketSessionBuilder
 
WebSocketable<T> - Interface in io.fabric8.mockwebserver.dsl
 
WebSocketMessage - Class in io.fabric8.mockwebserver.internal
 
WebSocketMessage(String) - Constructor for class io.fabric8.mockwebserver.internal.WebSocketMessage
 
WebSocketMessage(byte[]) - Constructor for class io.fabric8.mockwebserver.internal.WebSocketMessage
 
WebSocketMessage(String, boolean) - Constructor for class io.fabric8.mockwebserver.internal.WebSocketMessage
 
WebSocketMessage(byte[], boolean) - Constructor for class io.fabric8.mockwebserver.internal.WebSocketMessage
 
WebSocketMessage(Long, String, boolean) - Constructor for class io.fabric8.mockwebserver.internal.WebSocketMessage
 
WebSocketMessage(Long, byte[], boolean) - Constructor for class io.fabric8.mockwebserver.internal.WebSocketMessage
 
WebSocketMessage(Long, String, boolean, boolean) - Constructor for class io.fabric8.mockwebserver.internal.WebSocketMessage
 
WebSocketMessage(Long, byte[], boolean, boolean) - Constructor for class io.fabric8.mockwebserver.internal.WebSocketMessage
 
WebSocketSession - Class in io.fabric8.mockwebserver.internal
 
WebSocketSession(List<WebSocketMessage>, WebSocketMessage, Exception) - Constructor for class io.fabric8.mockwebserver.internal.WebSocketSession
 
WebSocketSessionBuilder<T> - Interface in io.fabric8.mockwebserver.dsl
 
withHeader(String) - Method in interface io.fabric8.mockwebserver.dsl.HttpHeaderable
 
withHeader(String, String) - Method in interface io.fabric8.mockwebserver.dsl.HttpHeaderable
 
withHeader(String) - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
withHeader(String, String) - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
withPath(String) - Method in interface io.fabric8.mockwebserver.dsl.Pathable
 
withPath(String) - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
withStatus(int) - Method in interface io.fabric8.mockwebserver.dsl.HttpStatusable
 
A B C D E F G H I K L M O P R S T U V W 
Skip navigation links

Copyright © 2015–2024 Red Hat. All rights reserved.