Method and Description |
---|
org.eclipse.jetty.websocket.api.extensions.Frame.isLast()
use
Frame.isFin() instead |
org.eclipse.jetty.websocket.api.CloseStatus.trimMaxReasonLength(String)
use of this method is strongly discouraged, as it creates too many new objects that are just thrown away to accomplish its goals.
|
Copyright © 1995-2016 Webtide. All Rights Reserved.