Class FramePipes
- java.lang.Object
 - 
- org.eclipse.jetty.websocket.common.io.FramePipes
 
 
- 
@Deprecated(since="2021-05-27") public class FramePipes extends java.lang.ObjectDeprecated. 
- 
- 
Constructor Summary
Constructors Constructor Description FramePipes()Deprecated. 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static OutgoingFramesto(IncomingFrames incoming)Deprecated.static IncomingFramesto(OutgoingFrames outgoing)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
to
public static OutgoingFrames to(IncomingFrames incoming)
Deprecated. 
- 
to
public static IncomingFrames to(OutgoingFrames outgoing)
Deprecated. 
 - 
 
 -