Fixed compile errors by transferring more of the changes to this new branch. Previous upload doesn't compile.

This commit is contained in:
wcrisman
2014-12-07 18:34:03 -08:00
parent 2adcfad863
commit ae1de97e91
6 changed files with 46 additions and 1 deletions

View File

@@ -47,6 +47,10 @@ public ResourceRequestHandler() {
Debug.log("Failed to read the framework.js file from the framework jar.", e);
}//catch//
}//ResourceRequestHandler()//
/**
* Gives the web application a chance to handle the web socket upgrade.
*/
public abstract void processWebSocketUpgrade(IRequest request, IResponse response, ISession session, boolean isSecure, boolean clientHadBadSession, IConnectionContext connectionContext, String connection, String secWebSocketKey, String secWebSocketProtocol, String secWebSocketVersion, String origin);
/**
* Allows the handler to substitute one path for another.
* @param path The path that was provided by the client.