Home
last modified time | relevance | path

Searched refs:MOVED_PERMANENTLY (Results 1 – 2 of 2) sorted by path

/unit/src/java/nginx/unit/websocket/
H A DConstants.java101 public static final int MOVED_PERMANENTLY = 301; field in Constants
H A DWsWebSocketContainer.java548 case Constants.MOVED_PERMANENTLY: in isRedirectStatus()