Searched refs:ExchangeImpl (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DEvent.java33 ExchangeImpl exchange;
35 protected Event (ExchangeImpl t) {
41 WriteFinishedEvent (ExchangeImpl t) {
H A DUndefLengthOutputStream.java43 ExchangeImpl t;
45 UndefLengthOutputStream (ExchangeImpl t, OutputStream src) {
H A DHttpExchangeImpl.java40 ExchangeImpl impl;
42 HttpExchangeImpl (ExchangeImpl impl) {
117 ExchangeImpl getExchangeImpl () {
H A DHttpsExchangeImpl.java40 ExchangeImpl impl;
42 HttpsExchangeImpl (ExchangeImpl impl) throws IOException {
121 ExchangeImpl getExchangeImpl () {
H A DFixedLengthOutputStream.java46 ExchangeImpl t;
48 FixedLengthOutputStream (ExchangeImpl t, OutputStream src, long len) {
H A DLeftOverInputStream.java44 ExchangeImpl t;
50 public LeftOverInputStream (ExchangeImpl t, InputStream src) {
H A DFixedLengthInputStream.java42 FixedLengthInputStream (ExchangeImpl t, InputStream src, long len) {
H A DAuthFilter.java70 ExchangeImpl e = ExchangeImpl.get (t);
H A DChunkedOutputStream.java60 ExchangeImpl t;
62 ChunkedOutputStream (ExchangeImpl t, OutputStream src) {
H A DExchangeImpl.java36 class ExchangeImpl { class
83 ExchangeImpl ( method in class:ExchangeImpl
393 static ExchangeImpl get (HttpExchange t) {
H A DChunkedInputStream.java34 ChunkedInputStream (ExchangeImpl t, InputStream src) {
H A DServerImpl.java275 ExchangeImpl t = r.exchange;
491 ExchangeImpl tx;
589 tx = new ExchangeImpl (

Completed in 511 milliseconds