Searched refs:CONNECTION_PREFACE (Results 1 – 1 of 1) sorted by relevance
49 private static final ByteString CONNECTION_PREFACE field in Http2104 ByteString connectionPreface = source.readByteString(CONNECTION_PREFACE.size()); in readConnectionPreface()106 if (!CONNECTION_PREFACE.equals(connectionPreface)) { in readConnectionPreface()399 logger.fine(format(">> CONNECTION %s", CONNECTION_PREFACE.hex())); in connectionPreface()401 sink.write(CONNECTION_PREFACE.toByteArray()); in connectionPreface()