Fixed compile errors by transferring more of the changes to this new branch. Previous upload doesn't compile.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user