Searched refs:connectionPreface (Results 1 – 12 of 12) sorted by relevance
63 public void connectionPreface() { in connectionPreface() method in AsyncFrameWriter67 frameWriter.connectionPreface(); in connectionPreface()
518 rawFrameWriter.connectionPreface(); in start()
106 ByteString connectionPreface = source.readByteString(CONNECTION_PREFACE.size()); in readConnectionPreface()107 if (logger.isLoggable(FINE)) logger.fine(format("<< CONNECTION %s", connectionPreface.hex())); in readConnectionPreface()108 if (!CONNECTION_PREFACE.equals(connectionPreface)) { in readConnectionPreface()109 throw ioException("Expected a connection header but was %s", connectionPreface.utf8()); in readConnectionPreface()397 @Override public synchronized void connectionPreface() throws IOException { in connectionPreface() method in Http2.Writer
29 void connectionPreface() throws IOException; in connectionPreface() method
316 @Override public synchronized void connectionPreface() { in connectionPreface() method in Spdy3.Writer
516 frameWriter.connectionPreface(); in sendConnectionPreface()
104 ByteString connectionPreface = source.readByteString(CONNECTION_PREFACE.size()); in readConnectionPreface()105 if (logger.isLoggable(FINE)) logger.fine(format("<< CONNECTION %s", connectionPreface.hex())); in readConnectionPreface()106 if (!CONNECTION_PREFACE.equals(connectionPreface)) { in readConnectionPreface()107 throw ioException("Expected a connection header but was %s", connectionPreface.utf8()); in readConnectionPreface()395 @Override public synchronized void connectionPreface() throws IOException { in connectionPreface() method in Http2.Writer
27 void connectionPreface() throws IOException; in connectionPreface() method
314 @Override public synchronized void connectionPreface() { in connectionPreface() method in Spdy3.Writer
514 frameWriter.connectionPreface(); in sendConnectionPreface()
109 ByteString connectionPreface = source.readByteString(CONNECTION_PREFACE.size()); in readConnectionPreface()110 if (logger.isLoggable(FINE)) logger.fine(format("<< CONNECTION %s", connectionPreface.hex())); in readConnectionPreface()111 if (!CONNECTION_PREFACE.equals(connectionPreface)) { in readConnectionPreface()112 throw ioException("Expected a connection header but was %s", connectionPreface.utf8()); in readConnectionPreface()401 @Override public synchronized void connectionPreface() throws IOException { in connectionPreface() method in Http2.Writer
31 void connectionPreface() throws IOException; in connectionPreface() method