Uses of Interface
org.eclipse.jetty.websocket.core.internal.util.InvokerUtils.ParamIdentifier
Packages that use InvokerUtils.ParamIdentifier
Package
Description
-
Uses of InvokerUtils.ParamIdentifier in org.eclipse.jetty.websocket.core.internal.util
Fields in org.eclipse.jetty.websocket.core.internal.util declared as InvokerUtils.ParamIdentifierModifier and TypeFieldDescriptionstatic final InvokerUtils.ParamIdentifier
InvokerUtils.PARAM_IDENTITY
Methods in org.eclipse.jetty.websocket.core.internal.util with parameters of type InvokerUtils.ParamIdentifierModifier and TypeMethodDescriptionstatic MethodHandle
InvokerUtils.mutatedInvoker
(MethodHandles.Lookup lookup, Class<?> targetClass, Method method, InvokerUtils.ParamIdentifier paramIdentifier, String[] namedVariables, InvokerUtils.Arg... callingArgs) Create a MethodHandle that performs the following layersMethodHandles.permuteArguments(MethodHandle, MethodType, int...)
- moving calling Args around to fit actual actual method parameter arguments (in proper order), with remaining (unused) calling args afterwordsMethodHandles.dropArguments(MethodHandle, int, Class[])
- to drop the unused calling argsMethodHandle.invoke(Object...)
- to call the specific methodstatic MethodHandle
InvokerUtils.optionalMutatedInvoker
(MethodHandles.Lookup lookup, Class<?> targetClass, Method method, InvokerUtils.ParamIdentifier paramIdentifier, String[] namedVariables, InvokerUtils.Arg... callingArgs) Create an optional MethodHandle that performs the following layers. -
Uses of InvokerUtils.ParamIdentifier in org.eclipse.jetty.websocket.javax.client.internal
Constructors in org.eclipse.jetty.websocket.javax.client.internal with parameters of type InvokerUtils.ParamIdentifierModifierConstructorDescriptionJavaxWebSocketClientFrameHandlerFactory
(JavaxWebSocketContainer container, InvokerUtils.ParamIdentifier paramIdentifier) -
Uses of InvokerUtils.ParamIdentifier in org.eclipse.jetty.websocket.javax.common
Fields in org.eclipse.jetty.websocket.javax.common declared as InvokerUtils.ParamIdentifierModifier and TypeFieldDescriptionprotected final InvokerUtils.ParamIdentifier
JavaxWebSocketFrameHandlerFactory.paramIdentifier
Constructors in org.eclipse.jetty.websocket.javax.common with parameters of type InvokerUtils.ParamIdentifierModifierConstructorDescriptionJavaxWebSocketFrameHandlerFactory
(JavaxWebSocketContainer container, InvokerUtils.ParamIdentifier paramIdentifier) -
Uses of InvokerUtils.ParamIdentifier in org.eclipse.jetty.websocket.javax.server.internal
Classes in org.eclipse.jetty.websocket.javax.server.internal that implement InvokerUtils.ParamIdentifierModifier and TypeClassDescriptionclass
Method argument identifier forPathParam
annotations.