Skip to content

Commit

Permalink
Add @SInCE information to Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Dec 8, 2021
1 parent ddd5556 commit c61dc92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ public interface ServerContainer extends WebSocketContainer {
* Servlet container
* @throws IOException if an I/O error occurs during the establishment of a WebSocket connection
* @throws DeploymentException if a configuration error prevents the establishment of a WebSocket connection
*
* @since WebSocket 2.1
*/
public void upgradeHttpToWebSocket(Object httpServletRequest, Object httpServletResponse, ServerEndpointConfig sec,
Map<String,String> pathParameters) throws IOException, DeploymentException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ static ServerEndpointConfig.Configurator fetchContainerDefaultConfigurator() {
* Return the platform default configurator.
*
* @return the platform default configurator
*
* @since WebSocket 2.1
*/
public ServerEndpointConfig.Configurator getContainerDefaultConfigurator() {
if (this.containerDefaultConfigurator == null) {
Expand Down

0 comments on commit c61dc92

Please sign in to comment.