Fixed compile errors by transferring more of the changes to this new branch. Previous upload doesn't compile.
This commit is contained in:
@@ -262,6 +262,12 @@ public String getErrorHeader(int errorCode) {
|
||||
public ISession getSession(String sessionId) {
|
||||
return null;
|
||||
}//getSession()//
|
||||
/* (non-Javadoc)
|
||||
* @see com.foundation.web.interfaces.IWebApplication#handleWebSocketUpgrade(com.foundation.web.interfaces.IRequest, com.foundation.web.interfaces.IResponse, com.foundation.web.interfaces.ISession, boolean, boolean, com.foundation.web.interfaces.IConnectionContext, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
|
||||
*/
|
||||
public void handleWebSocketUpgrade(IRequest request, IResponse response, ISession session, boolean isSecure, boolean clientHadBadSession, IConnectionContext connectionContext, String connection, String secWebSocketKey, String secWebSocketProtocol, String secWebSocketVersion, String origin) {
|
||||
//Shouldn't ever get here I don't think.//
|
||||
}//handleWebSocketUpgrade()//
|
||||
/* (non-Javadoc)
|
||||
* @see com.foundation.web.interfaces.IWebApplication#processRequest(com.foundation.web.interfaces.IRequest, com.foundation.web.interfaces.IResponse, com.foundation.web.interfaces.ISession, boolean, boolean, com.foundation.web.interfaces.IConnectionContext)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user