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

W

webSocket() - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
 
webSocket(Action<? super WebsocketConfig>) - Method in class ratpack.dropwizard.metrics.DropwizardMetricsConfig
Configure the websockets metrics broadcaster.
WebSocket - Interface in ratpack.websocket
 
websocket(Context, Function<WebSocket, T>) - Static method in class ratpack.websocket.WebSockets
 
websocket(Context, WebSocketHandler<?>) - Static method in class ratpack.websocket.WebSockets
 
websocketBroadcast(Context, Publisher<String>) - Static method in class ratpack.websocket.WebSockets
Sets up a websocket that sends the published Strings to a client.
websocketByteBufBroadcast(Context, Publisher<ByteBuf>) - Static method in class ratpack.websocket.WebSockets
Sets up a websocket that sends the published byte buffers to a client.
WebSocketClose<T> - Interface in ratpack.websocket
 
WebsocketConfig - Class in ratpack.dropwizard.metrics
 
WebsocketConfig() - Constructor for class ratpack.dropwizard.metrics.WebsocketConfig
 
WebSocketConnector<T> - Interface in ratpack.websocket
 
WebSocketHandler<T> - Interface in ratpack.websocket
 
WebSocketMessage<T> - Interface in ratpack.websocket
 
WebSockets - Class in ratpack.websocket
WebSockets support for Ratpack.
WebSockets() - Constructor for class ratpack.websocket.WebSockets
 
WebSocketSpec<T> - Interface in ratpack.websocket
 
when(Predicate<? super Context>, Action<? super Chain>) - Method in interface ratpack.groovy.handling.GroovyChain
 
when(Predicate<? super Context>, Class<? extends Action<? super Chain>>) - Method in interface ratpack.groovy.handling.GroovyChain
 
when(Predicate<? super Context>, Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
 
when(Closure<?>, Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
 
when(Closure<?>, Action<? super Chain>) - Method in interface ratpack.groovy.handling.GroovyChain
 
when(Closure<?>, Class<? extends Action<? super Chain>>) - Method in interface ratpack.groovy.handling.GroovyChain
 
when(Predicate<? super Context>, Action<? super Chain>) - Method in interface ratpack.handling.Chain
 
when(Predicate<? super Context>, Class<? extends Action<? super Chain>>) - Method in interface ratpack.handling.Chain
 
when(Predicate<? super Context>, Handler) - Static method in class ratpack.handling.Handlers
Creates a handler that inserts and delegates the given handler if the predicate applies to the context.
wiretap(Action<? super Optional<? extends Throwable>>) - Method in interface ratpack.exec.Operation
 
wiretap(Action<? super Result<T>>) - Method in interface ratpack.exec.Promise
Registers a listener for the promise outcome.
wiretap(Publisher<T>, Action<? super StreamEvent<? super T>>) - Static method in class ratpack.stream.Streams
Allows listening to the events of the given publisher as they flow to subscribers.
wiretap(Action<? super StreamEvent<? super T>>) - Method in interface ratpack.stream.TransformablePublisher
with(T, Action<? super T>) - Static method in interface ratpack.func.Action
Executes the action with the given argument, then returns the argument.
with(O) - Method in interface ratpack.func.Action
Executes with the given argument, then returns the argument.
with(Action<? super RegistrySpec>) - Method in interface ratpack.registry.RegistryBuilder
 
with(Action<? super RegistrySpec>) - Method in interface ratpack.registry.RegistrySpec
Executes the given action with this.
withInit(Action<? super Execution>) - Static method in class ratpack.logging.MDCInterceptor
Creates an interceptor with the given initialisation action.
wrap(Factory<? extends Promise<T>>) - Static method in interface ratpack.exec.Promise
 
write(String, String) - Method in interface ratpack.test.embed.EphemeralBaseDir
Creates a file with the given string content at the given path within the base dir.
writeSpinCount(int) - Method in interface ratpack.server.ServerConfigBuilder
The maximum loop count for a write operation until WritableByteChannel.write(ByteBuffer) returns a non-zero value.
WriteStream<T> - Interface in ratpack.stream
The write end of a data stream.
writeTo(OutputStream) - Method in interface ratpack.http.TypedData
Writes the data to the given output stream.
A B C D E F G H I J L M N O P R S T U V W X Y 
Skip navigation links