| Modifier and Type | Required Element and Description |
|---|---|
String |
path
The relative URI where the endpoint will be deployed, for example '/chat'
|
| Modifier and Type | Optional Element and Description |
|---|---|
Class[] |
decoders
The ordered array of decoder classes this endpoint will need to use.
|
Class[] |
encoders
The ordered array of encoder classes this endpoint will need to use.
|
String[] |
subprotocols
The ordered array of web socket protocols this endpoint supports.
|
public abstract String path
public abstract String[] subprotocols
public abstract Class[] decoders
public abstract Class[] encoders
Copyright © 2012 Oracle and/or its affiliates. All rights reserved.