Uses of Class
org.eclipse.jetty.util.thread.Invocable.InvocationType
-
Packages that use Invocable.InvocationType Package Description org.eclipse.jetty.client.util Jetty Client : Utility Classesorg.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilitiesorg.eclipse.jetty.websocket.common Jetty WebSocket Common : Implementation [Internal Use Only] -
-
Uses of Invocable.InvocationType in org.eclipse.jetty.client.util
Methods in org.eclipse.jetty.client.util that return Invocable.InvocationType Modifier and Type Method Description Invocable.InvocationTypeOutputStreamContentProvider. getInvocationType() -
Uses of Invocable.InvocationType in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io that return Invocable.InvocationType Modifier and Type Method Description Invocable.InvocationTypeFillInterest. getCallbackInvocationType()Invocable.InvocationTypeWriteFlusher. getCallbackInvocationType() -
Uses of Invocable.InvocationType in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return Invocable.InvocationType Modifier and Type Method Description Invocable.InvocationTypeHttpInput.Content. getInvocationType() -
Uses of Invocable.InvocationType in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return Invocable.InvocationType Modifier and Type Method Description Invocable.InvocationTypeCallback.Completable. getInvocationType()Invocable.InvocationTypeCallback.Nested. getInvocationType()Invocable.InvocationTypeIteratingNestedCallback. getInvocationType()Invocable.InvocationTypeSharedBlockingCallback.Blocker. getInvocationType()Methods in org.eclipse.jetty.util with parameters of type Invocable.InvocationType Modifier and Type Method Description static CallbackCallback. from(java.util.concurrent.CompletableFuture<?> completable, Invocable.InvocationType invocation)Creates a callback from the given incomplete CompletableFuture, with the givenblockingcharacteristic.Constructors in org.eclipse.jetty.util with parameters of type Invocable.InvocationType Constructor Description Completable(Invocable.InvocationType invocation) -
Uses of Invocable.InvocationType in org.eclipse.jetty.util.thread
Methods in org.eclipse.jetty.util.thread that return Invocable.InvocationType Modifier and Type Method Description default Invocable.InvocationTypeInvocable. getInvocationType()static Invocable.InvocationTypeInvocable. getInvocationType(java.lang.Object o)Get the invocation type of an Object.static Invocable.InvocationTypeInvocable.InvocationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Invocable.InvocationType[]Invocable.InvocationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Invocable.InvocationType in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common that return Invocable.InvocationType Modifier and Type Method Description Invocable.InvocationTypeBlockingWriteCallback.WriteBlocker. getInvocationType()
-