You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/java_websocket/extensions/IExtension.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,11 @@ public interface IExtension{
99
99
*/
100
100
IExtensioncopyInstance();
101
101
102
+
/**
103
+
* Cleaning up internal stats when the draft gets reset.
104
+
*/
105
+
voidreset();
106
+
102
107
/**
103
108
* Return a string which should contain the class name as well as additional information about the current configurations for this extension (DEBUG purposes)
0 commit comments