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

A

add(Attribute...) - Method in class io.fabric8.mockwebserver.crud.AttributeSet
 
add(String) - Method in class io.fabric8.mockwebserver.http.Headers.Builder
Add a header line containing a field name, a literal colon, and a value.
add(String, String) - Method in class io.fabric8.mockwebserver.http.Headers.Builder
 
addAll(Iterable<Map.Entry<String, String>>) - Method in class io.fabric8.mockwebserver.http.Headers.Builder
Adds all headers from an existing collection.
addHeader(String) - Method in class io.fabric8.mockwebserver.http.MockResponse
 
addHeader(String, Object) - Method in class io.fabric8.mockwebserver.http.MockResponse
 
addListener(MockWebServerListener) - Method in class io.fabric8.mockwebserver.MockWebServer
 
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(int, BodyProvider<Object>) - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
andReply(ResponseProvider<Object>) - Method in interface io.fabric8.mockwebserver.dsl.Replyable
 
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(int, BodyProvider<List<Object>>) - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
andReplyChunked(ResponseProvider<List<Object>>) - Method in interface io.fabric8.mockwebserver.dsl.Replyable
 
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() - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
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(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
 
ANY - io.fabric8.mockwebserver.dsl.HttpMethod
 
Attribute - Class in io.fabric8.mockwebserver.crud
 
Attribute(Key, Value) - Constructor for class io.fabric8.mockwebserver.crud.Attribute
 
Attribute(Key, Value, AttributeType) - Constructor for class io.fabric8.mockwebserver.crud.Attribute
 
Attribute(Key, List<Value>, AttributeType) - Constructor for class io.fabric8.mockwebserver.crud.Attribute
 
Attribute(String, String) - 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
 
attributeExtractor - Variable in class io.fabric8.mockwebserver.crud.CrudDispatcher
 
AttributeExtractor - Interface in io.fabric8.mockwebserver.crud
 
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.
Buffer - Class in io.fabric8.mockwebserver.http
Compatibility layer for OkHttp.
Buffer() - Constructor for class io.fabric8.mockwebserver.http.Buffer
 
Buffer(byte[]) - Constructor for class io.fabric8.mockwebserver.http.Buffer
 
build() - Method in class io.fabric8.mockwebserver.http.Headers.Builder
 
builder() - Static method in class io.fabric8.mockwebserver.http.Headers
 
Builder() - Constructor for class io.fabric8.mockwebserver.http.Headers.Builder
 
ByteString - Class in io.fabric8.mockwebserver.http
Deprecated.
used as parameter in WebSocketListener and WebSocket. Alternative methods provided in those classes should be used instead.

C

charset() - Method in class io.fabric8.mockwebserver.http.MediaType
Returns the charset of this media type, or null if this media type doesn't specify a charset.
ChunkedResponse - Class in io.fabric8.mockwebserver.internal
 
ChunkedResponse(boolean, int, long, TimeUnit, String...) - Constructor for class io.fabric8.mockwebserver.internal.ChunkedResponse
 
ChunkedResponse(boolean, int, String...) - Constructor for class io.fabric8.mockwebserver.internal.ChunkedResponse
 
ChunkedResponse(boolean, long, TimeUnit, ResponseProvider<List<String>>) - Constructor for class io.fabric8.mockwebserver.internal.ChunkedResponse
 
ChunkedResponse(boolean, ResponseProvider<List<String>>) - Constructor for class io.fabric8.mockwebserver.internal.ChunkedResponse
 
clearHeaders() - Method in class io.fabric8.mockwebserver.http.MockResponse
 
close() - Method in class io.fabric8.mockwebserver.MockWebServer
 
close(int, String) - Method in interface io.fabric8.mockwebserver.http.WebSocket
Attempts to initiate a graceful shutdown of this web socket.
close(int, String) - Method in class io.fabric8.mockwebserver.vertx.VertxMockWebSocket
 
closeActiveSocketsIfApplicable() - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
code() - Method in class io.fabric8.mockwebserver.http.MockResponse
 
code() - Method in interface io.fabric8.mockwebserver.http.Response
 
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
 
CONNECT - io.fabric8.mockwebserver.dsl.HttpMethod
 
containsKey(Key) - Method in class io.fabric8.mockwebserver.crud.AttributeSet
 
containsKey(String) - Method in class io.fabric8.mockwebserver.crud.AttributeSet
 
context - Variable in class io.fabric8.mockwebserver.crud.CrudDispatcher
 
Context - Class in io.fabric8.mockwebserver
 
Context() - Constructor for class io.fabric8.mockwebserver.Context
 
Context(ObjectMapper) - Constructor for class io.fabric8.mockwebserver.Context
 
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(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
 
DefaultMockServer(MockWebServer, Map<ServerRequest, Queue<ServerResponse>>, boolean) - Constructor for class io.fabric8.mockwebserver.DefaultMockServer
 
delay(long) - Method in interface io.fabric8.mockwebserver.dsl.Delayable
 
delay(long) - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
delay(long, TimeUnit) - Method in interface io.fabric8.mockwebserver.dsl.Delayable
 
delay(long, TimeUnit) - 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
 
DELETE - io.fabric8.mockwebserver.dsl.HttpMethod
 
dispatch(RecordedRequest) - Method in class io.fabric8.mockwebserver.crud.CrudDispatcher
 
dispatch(RecordedRequest) - Method in class io.fabric8.mockwebserver.http.Dispatcher
Returns a response to satisfy request.
dispatch(RecordedRequest) - Method in class io.fabric8.mockwebserver.http.QueueDispatcher
Returns a response to satisfy request.
dispatch(RecordedRequest) - Method in class io.fabric8.mockwebserver.internal.MockDispatcher
 
dispatch(RecordedRequest) - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
Dispatcher - Class in io.fabric8.mockwebserver.http
Handler for mock server requests.
Dispatcher() - Constructor for class io.fabric8.mockwebserver.http.Dispatcher
 
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
 
encodedPath() - Method in class io.fabric8.mockwebserver.http.HttpUrl
Returns the entire path of this URL encoded for use in HTTP resource resolution.
encodeUtf8(String) - Static method in class io.fabric8.mockwebserver.http.ByteString
Deprecated.
Returns a new ByteString containing the UTF-8 bytes of s.
enqueue(MockResponse) - Method in class io.fabric8.mockwebserver.MockWebServer
 
enqueueResponse(MockResponse) - Method in class io.fabric8.mockwebserver.http.QueueDispatcher
 
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.http.RecordedHttpConnection
 
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
 
EXISTS - io.fabric8.mockwebserver.crud.AttributeType
 
expect() - Method in class io.fabric8.mockwebserver.DefaultMockServer
Returns a MockServerExpectation to set the expectations.
expect() - Method in interface io.fabric8.mockwebserver.MockServer
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
 
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
 
flush() - Method in class io.fabric8.mockwebserver.http.Buffer
No operation is performed, added for compatibility.
fromPath(String) - Method in interface io.fabric8.mockwebserver.crud.AttributeExtractor
 
fromResource(String) - Method in interface io.fabric8.mockwebserver.crud.AttributeExtractor
 
fromUrl(URL) - Static method in class io.fabric8.mockwebserver.http.HttpUrl
 
fromVertx(HttpMethod) - Static method in enum io.fabric8.mockwebserver.dsl.HttpMethod
 

G

get() - Method in interface io.fabric8.mockwebserver.dsl.HttpMethodable
 
get() - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
get(String) - Method in class io.fabric8.mockwebserver.http.Headers
 
get(String) - Static method in class io.fabric8.mockwebserver.http.MediaType
Returns a media type for string.
get(String) - Static method in enum io.fabric8.mockwebserver.vertx.Protocol
 
GET - io.fabric8.mockwebserver.dsl.HttpMethod
 
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.http.MockResponse
 
getBody() - Method in class io.fabric8.mockwebserver.http.RecordedRequest
Returns the body of this POST request.
getBody() - Method in interface io.fabric8.mockwebserver.http.Response
 
getBody() - Method in class io.fabric8.mockwebserver.internal.WebSocketMessage
 
getBody(RecordedRequest) - Method in interface io.fabric8.mockwebserver.utils.BodyProvider
 
getBodyDelay() - Method in class io.fabric8.mockwebserver.http.MockResponse
 
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.http.Buffer
Returns the bytes in this source as a byte array.
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
 
getHeader(String) - Method in class io.fabric8.mockwebserver.http.RecordedRequest
 
getHeaders() - Method in class io.fabric8.mockwebserver.http.MockResponse
 
getHeaders() - Method in class io.fabric8.mockwebserver.http.RecordedRequest
 
getHeaders() - Method in interface io.fabric8.mockwebserver.http.Response
 
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.
getHostName() - Method in class io.fabric8.mockwebserver.MockWebServer
 
getHttpRequestEvents() - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
getHttpVersion() - Method in class io.fabric8.mockwebserver.http.RecordedRequest
 
getHttpVersion() - Method in enum io.fabric8.mockwebserver.vertx.Protocol
 
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.
getLocalAddress() - Method in class io.fabric8.mockwebserver.http.RecordedHttpConnection
 
getMap() - Method in class io.fabric8.mockwebserver.crud.CrudDispatcher
 
getMapper() - Method in class io.fabric8.mockwebserver.Context
 
getMethod() - Method in class io.fabric8.mockwebserver.http.RecordedRequest
Compatibility layer for OkHttp
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.http.RecordedRequest
 
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.
getPort() - Method in class io.fabric8.mockwebserver.MockWebServer
 
getRemoteAddress() - Method in class io.fabric8.mockwebserver.http.RecordedHttpConnection
 
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.
getRequestCount() - Method in class io.fabric8.mockwebserver.MockWebServer
 
getRequestEvents() - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
getRequestLine() - Method in class io.fabric8.mockwebserver.http.RecordedRequest
 
getResponseComposer() - Method in class io.fabric8.mockwebserver.crud.CrudDispatcher
 
getSelfSignedCertificate() - Method in class io.fabric8.mockwebserver.DefaultMockServer
Returns the SelfSignedCertificate for the Mock Web Server.
getSelfSignedCertificate() - Method in interface io.fabric8.mockwebserver.MockServer
Returns the SelfSignedCertificate for the Mock Web Server.
getSelfSignedCertificate() - Method in class io.fabric8.mockwebserver.MockWebServer
 
getSentWebSocketMessagesRequestEvents() - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
getStatus() - Method in class io.fabric8.mockwebserver.http.MockResponse
 
getStatus() - Method in interface io.fabric8.mockwebserver.http.Response
 
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
 
getUtf8Body() - Method in class io.fabric8.mockwebserver.http.RecordedRequest
 
getValues() - Method in class io.fabric8.mockwebserver.crud.Attribute
 
getWebSocketListener() - Method in class io.fabric8.mockwebserver.http.MockResponse
 
getWebSocketListener() - Method in interface io.fabric8.mockwebserver.http.Response
 
getWebSocketSession() - Method in class io.fabric8.mockwebserver.internal.SimpleResponse
 

H

handle(HttpServerRequest) - Method in class io.fabric8.mockwebserver.vertx.HttpServerRequestHandler
 
handle(ServerWebSocket) - Method in class io.fabric8.mockwebserver.vertx.ServerWebSocketHandler
 
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.http.RecordedHttpConnection
 
hashCode() - Method in class io.fabric8.mockwebserver.internal.SimpleRequest
 
hashCode() - Method in class io.fabric8.mockwebserver.internal.SimpleResponse
 
header(String) - Method in class io.fabric8.mockwebserver.http.Headers
 
header(String) - Method in class io.fabric8.mockwebserver.http.MockResponse
 
headers(String) - Method in class io.fabric8.mockwebserver.http.Headers
 
headers(String) - Method in class io.fabric8.mockwebserver.http.MockResponse
 
Headers - Class in io.fabric8.mockwebserver.http
Headers are case-insensitive for HTTP/1.1 and must be lower-cased for HTTP/2.
Headers.Builder - Class in io.fabric8.mockwebserver.http
 
HTTP_1_0 - io.fabric8.mockwebserver.vertx.Protocol
 
HTTP_1_1 - io.fabric8.mockwebserver.vertx.Protocol
 
HTTP_2 - io.fabric8.mockwebserver.vertx.Protocol
 
HttpHeaderable<T> - Interface in io.fabric8.mockwebserver.dsl
 
HttpMethod - Enum in io.fabric8.mockwebserver.dsl
 
HttpMethodable<T> - Interface in io.fabric8.mockwebserver.dsl
 
HttpServerRequestHandler - Class in io.fabric8.mockwebserver.vertx
 
HttpServerRequestHandler(Vertx) - Constructor for class io.fabric8.mockwebserver.vertx.HttpServerRequestHandler
 
HttpStatusable<T> - Interface in io.fabric8.mockwebserver.dsl
 
HttpUrl - Class in io.fabric8.mockwebserver.http
Compatibility layer for OkHttp.
HttpUrl(URI) - Constructor for class io.fabric8.mockwebserver.http.HttpUrl
 

I

immediately() - Method in interface io.fabric8.mockwebserver.dsl.Eventable
 
immediately() - Method in class io.fabric8.mockwebserver.internal.InlineWebSocketSessionBuilder
 
IN - io.fabric8.mockwebserver.crud.AttributeType
 
InlineWebSocketSessionBuilder<T> - Class in io.fabric8.mockwebserver.internal
 
InlineWebSocketSessionBuilder(Function<WebSocketSession, T>) - Constructor for class io.fabric8.mockwebserver.internal.InlineWebSocketSessionBuilder
 
inputStream() - Method in class io.fabric8.mockwebserver.http.Buffer
Returns an input stream that reads from bytes cloned from this buffer.
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.http - package io.fabric8.mockwebserver.http
 
io.fabric8.mockwebserver.internal - package io.fabric8.mockwebserver.internal
 
io.fabric8.mockwebserver.utils - package io.fabric8.mockwebserver.utils
 
io.fabric8.mockwebserver.vertx - package io.fabric8.mockwebserver.vertx
 
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
 
isSsl() - Method in class io.fabric8.mockwebserver.http.RecordedHttpConnection
 
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
 

L

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

M

map - Variable in class io.fabric8.mockwebserver.crud.CrudDispatcher
 
map(Attribute...) - Static method in class io.fabric8.mockwebserver.crud.AttributeSet
 
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
MediaType - Class in io.fabric8.mockwebserver.http
Provides tooling to parse and manipulate media types.
MediaType(String, String, String, String) - Constructor for class io.fabric8.mockwebserver.http.MediaType
 
merge(AttributeSet...) - Static method in class io.fabric8.mockwebserver.crud.AttributeSet
 
method() - Method in class io.fabric8.mockwebserver.http.RecordedRequest
 
MockDispatcher - Class in io.fabric8.mockwebserver.internal
 
MockDispatcher(Map<ServerRequest, Queue<ServerResponse>>) - Constructor for class io.fabric8.mockwebserver.internal.MockDispatcher
 
MockResponse - Class in io.fabric8.mockwebserver.http
 
MockResponse() - Constructor for class io.fabric8.mockwebserver.http.MockResponse
 
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(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
 
MockServerExpectationImpl(Map<ServerRequest, Queue<ServerResponse>>, Context) - Constructor for class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
MockWebServer - Class in io.fabric8.mockwebserver
 
MockWebServer() - Constructor for class io.fabric8.mockwebserver.MockWebServer
 
MockWebServerListener - Interface in io.fabric8.mockwebserver
 

N

newBuilder() - Method in class io.fabric8.mockwebserver.http.Headers
 
NOT_EXISTS - io.fabric8.mockwebserver.crud.AttributeType
 
NOT_IN - io.fabric8.mockwebserver.crud.AttributeType
 

O

of(byte...) - Static method in class io.fabric8.mockwebserver.http.ByteString
Deprecated.
Returns a new ByteString containing a clone of the bytes of data.
of(int, BodyProvider<R>) - Static method in class io.fabric8.mockwebserver.utils.ResponseProviders
 
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
 
ofAll(int, R...) - Static method in class io.fabric8.mockwebserver.utils.ResponseProviders
 
onBeforeAccept(WebSocket, Response) - Method in class io.fabric8.mockwebserver.http.WebSocketListener
Invoked before the web socket is accepted and the handshake is complete
onBeforeAccept(WebSocket, Response) - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
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.http.WebSocketListener
Invoked when both peers have indicated that no more messages will be transmitted and the connection has been successfully released.
onClosed(WebSocket, int, String) - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
onClosing(WebSocket, int, String) - Method in class io.fabric8.mockwebserver.http.WebSocketListener
Invoked when the remote peer has indicated that no more incoming messages will be transmitted.
onClosing(WebSocket, int, String) - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
onConnection(RecordedHttpConnection) - Method in interface io.fabric8.mockwebserver.MockWebServerListener
 
onConnectionClosed(RecordedHttpConnection) - Method in interface io.fabric8.mockwebserver.MockWebServerListener
 
onFailure(WebSocket, Throwable, Response) - Method in class io.fabric8.mockwebserver.http.WebSocketListener
Invoked when a web socket has been closed due to an error reading from or writing to the network.
onHttpRequest(RecordedRequest) - Method in class io.fabric8.mockwebserver.vertx.HttpServerRequestHandler
 
onMessage(WebSocket, byte[]) - Method in class io.fabric8.mockwebserver.http.WebSocketListener
 
onMessage(WebSocket, ByteString) - Method in class io.fabric8.mockwebserver.http.WebSocketListener
onMessage(WebSocket, String) - Method in class io.fabric8.mockwebserver.http.WebSocketListener
 
onMessage(WebSocket, String) - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
onOpen(WebSocket, Response) - Method in class io.fabric8.mockwebserver.http.WebSocketListener
Invoked when a web socket has been accepted by the remote peer and may begin transmitting messages.
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
 
OPTIONS - io.fabric8.mockwebserver.dsl.HttpMethod
 

P

parse(String) - Static method in class io.fabric8.mockwebserver.http.HttpUrl
 
parse(String) - Static method in class io.fabric8.mockwebserver.http.MediaType
Returns a media type for string, or null if string is not a well-formed media type.
patch() - Method in interface io.fabric8.mockwebserver.dsl.HttpMethodable
 
patch() - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
PATCH - io.fabric8.mockwebserver.dsl.HttpMethod
 
Pathable<T> - Interface in io.fabric8.mockwebserver.dsl
 
post() - Method in interface io.fabric8.mockwebserver.dsl.HttpMethodable
 
post() - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
POST - io.fabric8.mockwebserver.dsl.HttpMethod
 
Protocol - Enum in io.fabric8.mockwebserver.vertx
Compatibility layer for OkHttp.
put() - Method in interface io.fabric8.mockwebserver.dsl.HttpMethodable
 
put() - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
PUT - io.fabric8.mockwebserver.dsl.HttpMethod
 

Q

queryParameter(String) - Method in class io.fabric8.mockwebserver.http.HttpUrl
Returns the first query parameter named name decoded using UTF-8, or null if there is no such query parameter.
QueueDispatcher - Class in io.fabric8.mockwebserver.http
Compatibility layer for OkHttp.
QueueDispatcher() - Constructor for class io.fabric8.mockwebserver.http.QueueDispatcher
 

R

readByteArray() - Method in class io.fabric8.mockwebserver.http.Buffer
Removes all bytes from this and returns them as a byte array.
readString(Charset) - Method in class io.fabric8.mockwebserver.http.Buffer
Removes all bytes from this, decodes them as charset, and returns the string.
readUtf8() - Method in class io.fabric8.mockwebserver.http.Buffer
Removes all bytes from this, decodes them as UTF-8, and returns the string.
RecordedHttpConnection - Class in io.fabric8.mockwebserver.http
 
RecordedHttpConnection(SocketAddress, SocketAddress, boolean) - Constructor for class io.fabric8.mockwebserver.http.RecordedHttpConnection
 
RecordedRequest - Class in io.fabric8.mockwebserver.http
 
RecordedRequest(String, HttpMethod, String, Headers, Buffer) - Constructor for class io.fabric8.mockwebserver.http.RecordedRequest
 
RecordedRequest(String, Headers, List<Integer>, long, Buffer, int, Socket) - Constructor for class io.fabric8.mockwebserver.http.RecordedRequest
Deprecated.
use the non-deprecated constructor instead.
removeAll(String) - Method in class io.fabric8.mockwebserver.http.Headers.Builder
 
removeHeader(String) - Method in class io.fabric8.mockwebserver.http.MockResponse
 
Replyable<T> - Interface in io.fabric8.mockwebserver.dsl
 
request() - Method in interface io.fabric8.mockwebserver.http.WebSocket
Returns the original request that initiated this web socket.
request() - Method in class io.fabric8.mockwebserver.vertx.VertxMockWebSocket
 
reset() - Method in class io.fabric8.mockwebserver.DefaultMockServer
 
reset() - Method in class io.fabric8.mockwebserver.MockWebServer
Returns the MockWebServer to its initial state by: Clearing the request count. Clearing the request queue.
Response - Interface in io.fabric8.mockwebserver.http
 
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
 
send(byte[]) - Method in interface io.fabric8.mockwebserver.http.WebSocket
Attempts to enqueue bytes to be sent as a the data of a binary (type 0x2) message.
send(byte[]) - Method in class io.fabric8.mockwebserver.vertx.VertxMockWebSocket
 
send(ByteString) - Method in interface io.fabric8.mockwebserver.http.WebSocket
Deprecated.
send(String) - Method in interface io.fabric8.mockwebserver.http.WebSocket
Attempts to enqueue text to be UTF-8 encoded and sent as the data of a text (type 0x1) message.
send(String) - Method in class io.fabric8.mockwebserver.vertx.VertxMockWebSocket
 
ServerRequest - Interface in io.fabric8.mockwebserver
 
ServerResponse - Interface in io.fabric8.mockwebserver
 
ServerWebSocketHandler - Class in io.fabric8.mockwebserver.vertx
 
ServerWebSocketHandler(RecordedRequest, Response) - Constructor for class io.fabric8.mockwebserver.vertx.ServerWebSocketHandler
 
set(String, String) - Method in class io.fabric8.mockwebserver.http.Headers.Builder
Set a field with the specified value.
setBody(byte[]) - Method in class io.fabric8.mockwebserver.http.MockResponse
 
setBody(Buffer) - Method in class io.fabric8.mockwebserver.http.MockResponse
 
setBody(String) - Method in class io.fabric8.mockwebserver.http.MockResponse
 
setBodyDelay(long, TimeUnit) - Method in class io.fabric8.mockwebserver.http.MockResponse
 
setBodyDelay(Duration) - Method in class io.fabric8.mockwebserver.http.MockResponse
 
setChunkedBody(Buffer, int) - Method in class io.fabric8.mockwebserver.http.MockResponse
Sets the response body to body, chunked every maxChunkSize bytes.
setChunkedBody(String, int) - Method in class io.fabric8.mockwebserver.http.MockResponse
Sets the response body to the UTF-8 encoded bytes of body, chunked every maxChunkSize bytes.
setDispatcher(Dispatcher) - Method in class io.fabric8.mockwebserver.MockWebServer
 
setFailFastResponse(MockResponse) - Method in class io.fabric8.mockwebserver.http.QueueDispatcher
 
setHeader(String, Object) - Method in class io.fabric8.mockwebserver.http.MockResponse
 
setHeader(String, String) - Method in class io.fabric8.mockwebserver.http.Headers.Builder
 
setHeaders(Headers) - Method in class io.fabric8.mockwebserver.http.Headers.Builder
 
setHeaders(Headers) - Method in class io.fabric8.mockwebserver.http.MockResponse
 
setHeaders(Headers) - Method in interface io.fabric8.mockwebserver.utils.ResponseProvider
 
setHttpVersion(String) - Method in class io.fabric8.mockwebserver.http.MockResponse
 
setProtocols(List<Protocol>) - Method in class io.fabric8.mockwebserver.MockWebServer
 
setResponseCode(int) - Method in class io.fabric8.mockwebserver.http.MockResponse
 
shutdown() - Method in class io.fabric8.mockwebserver.DefaultMockServer
 
shutdown() - Method in class io.fabric8.mockwebserver.http.Dispatcher
Release any resources held by this dispatcher.
shutdown() - Method in class io.fabric8.mockwebserver.http.QueueDispatcher
Release any resources held by this dispatcher.
shutdown() - Method in class io.fabric8.mockwebserver.internal.MockDispatcher
 
shutdown() - Method in class io.fabric8.mockwebserver.internal.WebSocketSession
 
shutdown() - Method in class io.fabric8.mockwebserver.MockWebServer
 
SimpleRequest - Class in io.fabric8.mockwebserver.internal
 
SimpleRequest() - Constructor for class io.fabric8.mockwebserver.internal.SimpleRequest
 
SimpleRequest(HttpMethod, String) - Constructor for class io.fabric8.mockwebserver.internal.SimpleRequest
 
SimpleRequest(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, int, String, WebSocketSession, long, TimeUnit) - Constructor for class io.fabric8.mockwebserver.internal.SimpleResponse
 
SimpleResponse(boolean, ResponseProvider<String>, WebSocketSession) - Constructor for class io.fabric8.mockwebserver.internal.SimpleResponse
 
SimpleResponse(boolean, ResponseProvider<String>, WebSocketSession, long, TimeUnit) - Constructor for class io.fabric8.mockwebserver.internal.SimpleResponse
 
size() - Method in class io.fabric8.mockwebserver.http.Buffer
Returns the number of bytes in this buffer.
start() - Method in class io.fabric8.mockwebserver.DefaultMockServer
 
start() - Method in class io.fabric8.mockwebserver.MockWebServer
 
start(int) - Method in class io.fabric8.mockwebserver.DefaultMockServer
 
start(int) - Method in class io.fabric8.mockwebserver.MockWebServer
 
start(InetAddress, int) - Method in class io.fabric8.mockwebserver.DefaultMockServer
 
start(InetAddress, int) - Method in class io.fabric8.mockwebserver.MockWebServer
 
subtype() - Method in class io.fabric8.mockwebserver.http.MediaType
Returns a specific media subtype, such as "plain" or "png", "mpeg", "mp4" or "xml".

T

takeRequest() - Method in class io.fabric8.mockwebserver.DefaultMockServer
Awaits the next HTTP request, removes it, and returns it.
takeRequest() - Method in interface io.fabric8.mockwebserver.MockServer
Awaits the next HTTP request, removes it, and returns it.
takeRequest() - Method in class io.fabric8.mockwebserver.MockWebServer
 
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(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.
takeRequest(long, TimeUnit) - Method in class io.fabric8.mockwebserver.MockWebServer
 
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
 
toByteArray() - Method in class io.fabric8.mockwebserver.http.ByteString
Deprecated.
Returns a byte array containing a copy of the bytes in this ByteString.
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
 
toMultimap() - Method in class io.fabric8.mockwebserver.http.Headers
Compatibility layer for OkHttp
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.
toProxyAddress() - Method in class io.fabric8.mockwebserver.MockWebServer
 
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
 
toString() - Method in class io.fabric8.mockwebserver.http.HttpUrl
Returns the content of this HttpUrl as a String.
toString() - Method in class io.fabric8.mockwebserver.http.MediaType
 
toString() - Method in class io.fabric8.mockwebserver.http.MockResponse
 
toString() - Method in class io.fabric8.mockwebserver.http.RecordedRequest
 
toString() - Method in class io.fabric8.mockwebserver.MockWebServer
 
toString() - Method in enum io.fabric8.mockwebserver.vertx.Protocol
 
type() - Method in class io.fabric8.mockwebserver.http.MediaType
Returns the high-level media type, such as "text", "image", "audio", "video", or "application".

U

uri() - Method in class io.fabric8.mockwebserver.http.HttpUrl
Returns this URL as a java.net.URI.
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.
url(String) - Method in class io.fabric8.mockwebserver.MockWebServer
 
useHttps() - Method in class io.fabric8.mockwebserver.MockWebServer
 
utf8() - Method in class io.fabric8.mockwebserver.http.ByteString
Deprecated.
Constructs a new String by decoding the bytes as UTF-8.

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.
valueOf(String) - Static method in enum io.fabric8.mockwebserver.vertx.Protocol
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.
values() - Static method in enum io.fabric8.mockwebserver.vertx.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
VertxMockWebSocket - Class in io.fabric8.mockwebserver.vertx
 
VertxMockWebSocket(RecordedRequest, ServerWebSocket) - Constructor for class io.fabric8.mockwebserver.vertx.VertxMockWebSocket
 

W

waitFor(long) - Method in interface io.fabric8.mockwebserver.dsl.Eventable
 
waitFor(long) - Method in class io.fabric8.mockwebserver.internal.InlineWebSocketSessionBuilder
 
WebSocket - Interface in io.fabric8.mockwebserver.http
 
WebSocketable<T> - Interface in io.fabric8.mockwebserver.dsl
 
WebSocketListener - Class in io.fabric8.mockwebserver.http
 
WebSocketListener() - Constructor for class io.fabric8.mockwebserver.http.WebSocketListener
 
WebSocketMessage - Class in io.fabric8.mockwebserver.internal
 
WebSocketMessage(byte[]) - Constructor for class io.fabric8.mockwebserver.internal.WebSocketMessage
 
WebSocketMessage(byte[], boolean) - Constructor for class io.fabric8.mockwebserver.internal.WebSocketMessage
 
WebSocketMessage(Long, byte[], boolean) - Constructor for class io.fabric8.mockwebserver.internal.WebSocketMessage
 
WebSocketMessage(Long, byte[], boolean, boolean) - Constructor for class io.fabric8.mockwebserver.internal.WebSocketMessage
 
WebSocketMessage(Long, String, boolean) - Constructor for class io.fabric8.mockwebserver.internal.WebSocketMessage
 
WebSocketMessage(Long, String, boolean, boolean) - Constructor for class io.fabric8.mockwebserver.internal.WebSocketMessage
 
WebSocketMessage(String) - Constructor for class io.fabric8.mockwebserver.internal.WebSocketMessage
 
WebSocketMessage(String, 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
 
WITH - io.fabric8.mockwebserver.crud.AttributeType
 
withHeader(String) - Method in interface io.fabric8.mockwebserver.dsl.HttpHeaderable
 
withHeader(String) - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
withHeader(String, String) - Method in interface io.fabric8.mockwebserver.dsl.HttpHeaderable
 
withHeader(String, String) - Method in class io.fabric8.mockwebserver.internal.MockServerExpectationImpl
 
WITHOUT - io.fabric8.mockwebserver.crud.AttributeType
 
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
 
withWebSocketUpgrade(WebSocketListener) - Method in class io.fabric8.mockwebserver.http.MockResponse
 
write(byte[]) - Method in class io.fabric8.mockwebserver.http.Buffer
Like OutputStream.write(byte[]), this writes a complete byte array to this sink.
write(byte[], int, int) - Method in class io.fabric8.mockwebserver.http.Buffer
Like OutputStream.write(byte[], int, int), this writes byteCount bytes of source, starting at offset.
writeString(String, Charset) - Method in class io.fabric8.mockwebserver.http.Buffer
Encodes string in charset and writes it to this buffer.
writeUtf8(String) - Method in class io.fabric8.mockwebserver.http.Buffer
Encodes string in UTF-8 and writes it to this buffer.
A B C D E F G H I K L M N O P Q R S T U V W 
All Classes All Packages