Class MethodHolder.NonBinding

java.lang.Object
org.eclipse.jetty.websocket.core.util.MethodHolder.NonBinding
All Implemented Interfaces:
MethodHolder
Enclosing interface:
MethodHolder

public static class MethodHolder.NonBinding extends Object implements MethodHolder
This implementation of MethodHolder is not thread safe. Mutual exclusion should be used when calling invoke(Object...), or this should only be invoked from a single thread.