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
Channel and Connection can implement the Closable interface, the close()-method is already implemented. This will open up the possibility to compile with Java 7 and use the try-with-resource function to avoid try-catch in finally-block of close