mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-03 20:39:18 +00:00
removed dangling javadoc comment
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
ce8cb063ea
commit
fd5c07eceb
@ -65,33 +65,6 @@ public class JavaxWebSocketFrameHandler implements FrameHandler
|
||||
private final Object endpointInstance;
|
||||
private final AtomicBoolean closeNotified = new AtomicBoolean();
|
||||
|
||||
/**
|
||||
* List of configured named variables in the uri-template.
|
||||
* <p>
|
||||
* Used to bind uri-template variables, with their values from the upgrade, to the methods
|
||||
* that have declared their interest in these values via {@code @PathParam} annotations.
|
||||
* </p>
|
||||
* <p>
|
||||
* Can be null if client side, or no named variables were configured on the server side.
|
||||
* </p>
|
||||
*/
|
||||
/**
|
||||
* The Map of path parameter values that arrived during the server side upgrade process.
|
||||
* <p>
|
||||
* Used to bind uri-template variables, with their values from the upgrade, to the methods
|
||||
* that have declared their interest in these values via {@code @PathParam} annotations.
|
||||
* </p>
|
||||
* <p>
|
||||
* The values are represented as {@link String} and are essentially static for this
|
||||
* instance of the the JavaxWebSocketFrameHandler. They will be converted to the
|
||||
* type declared by the {@code @PathParam} annotations following the JSR356 advice
|
||||
* to only support String, Java Primitives (or their Boxed version).
|
||||
* </p>
|
||||
* <p>
|
||||
* Can be null if client side, or no named variables were configured on the server side,
|
||||
* or the server side component didn't use the {@link org.eclipse.jetty.http.pathmap.UriTemplatePathSpec} for its mapping.
|
||||
* </p>
|
||||
*/
|
||||
private MethodHandle openHandle;
|
||||
private MethodHandle closeHandle;
|
||||
private MethodHandle errorHandle;
|
||||
|
Loading…
x
Reference in New Issue
Block a user