Lines Matching refs:direction
67 direction: Direction, field
79 direction: Direction::Empty, in default()
104 fn new_client(inner: B, direction: Direction, encoding: Encoding) -> Self { in new_client()
107 buf: BytesMut::with_capacity(match (direction, encoding) { in new_client()
111 decoded: BytesMut::with_capacity(match direction { in new_client()
115 direction, in new_client()
122 fn new(inner: B, direction: Direction, encoding: Encoding) -> Self { in new()
125 buf: BytesMut::with_capacity(match (direction, encoding) { in new()
130 direction, in new()
262 if self.client && self.direction == Direction::Decode { in poll_frame()
323 match self.direction { in poll_frame()