Home | History | Annotate | Download | only in websockets

Lines Matching full:frames

37 // WebSocket frames. This class provides an abstraction for WebSocket streams
93 // |frames| remains owned by the caller and must be valid until the
94 // operation completes or Close() is called. |frames| must be empty on
102 // frames->size() >= 1 if the result is OK.
104 // Only frames with complete header information are inserted into |frames|. If
128 virtual int ReadFrames(ScopedVector<WebSocketFrame>* frames,
133 // |frames| must be valid until the operation completes or Close() is called.
138 // This method will only return OK if all frames were written completely.
145 virtual int WriteFrames(ScopedVector<WebSocketFrame>* frames,
149 // at this point, so |frames| can be freed.