Searched refs:IN_BYTES_SIZE (Results 1 – 1 of 1) sorted by relevance
49 private static final int IN_BYTES_SIZE = 100; field in AltsHandshakerClientTest125 ByteBuffer inBytes = ByteBuffer.allocate(IN_BYTES_SIZE); in startServerHandshakeFailure()138 ByteBuffer inBytes = ByteBuffer.allocate(IN_BYTES_SIZE); in startServerHandshakeSuccess()145 assertEquals(IN_BYTES_SIZE - BYTES_CONSUMED, inBytes.remaining()); in startServerHandshakeSuccess()153 ByteBuffer inBytes = ByteBuffer.allocate(IN_BYTES_SIZE); in startServerHandshakeEmptyOutFrame()160 assertEquals(IN_BYTES_SIZE - BYTES_CONSUMED, inBytes.remaining()); in startServerHandshakeEmptyOutFrame()168 ByteBuffer inBytes = ByteBuffer.allocate(IN_BYTES_SIZE); in startServerHandshakeWithPrefixBuffer()177 assertEquals(IN_BYTES_SIZE - BYTES_CONSUMED - PREFIX_POSITION, inBytes.remaining()); in startServerHandshakeWithPrefixBuffer()186 ByteBuffer inBytes = ByteBuffer.allocate(IN_BYTES_SIZE); in nextFailure()199 ByteBuffer inBytes = ByteBuffer.allocate(IN_BYTES_SIZE); in nextSuccess()[all …]