Uses of Interface
org.eclipse.jetty.websocket.core.internal.util.InvokerUtils.ParamIdentifier
Package
Description
-
Uses of InvokerUtils.ParamIdentifier in org.eclipse.jetty.websocket.core.internal.util
Modifier and TypeFieldDescriptionstatic final InvokerUtils.ParamIdentifier
InvokerUtils.PARAM_IDENTITY
Modifier 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
ModifierConstructorDescriptionJavaxWebSocketClientFrameHandlerFactory
(JavaxWebSocketContainer container, InvokerUtils.ParamIdentifier paramIdentifier) -
Uses of InvokerUtils.ParamIdentifier in org.eclipse.jetty.websocket.javax.common
Modifier and TypeFieldDescriptionprotected final InvokerUtils.ParamIdentifier
JavaxWebSocketFrameHandlerFactory.paramIdentifier
ModifierConstructorDescriptionJavaxWebSocketFrameHandlerFactory
(JavaxWebSocketContainer container, InvokerUtils.ParamIdentifier paramIdentifier) -
Uses of InvokerUtils.ParamIdentifier in org.eclipse.jetty.websocket.javax.server.internal
Modifier and TypeClassDescriptionclass
Method argument identifier forPathParam
annotations.