Searched defs:inAppBB (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DHttpServer.java281 private ByteBuffer inAppBB; field in class:HttpServer.ServerWorker
311 inAppBB = ByteBuffer.allocate(appBBSize);
345 result = sslEng.unwrap(inNetBB, inAppBB);
391 result = sslEng.wrap(inAppBB, outNetBB);
438 InputStream is = new BufferedInputStream (new NioInputStream (chan, sslEng, inNetBB, inAppBB));
585 ByteBuffer inAppBB; field in class:HttpServer.NioInputStream
595 public NioInputStream (SocketChannel chan, SSLEngine sslEng, ByteBuffer inNetBB, ByteBuffer inAppBB) throws IOException { argument
600 this.inAppBB = inAppBB;
636 inAppBB
[all...]

Completed in 127 milliseconds