Home | History | Annotate | Download | only in conn

Lines Matching refs:wire

40  * Logs all data written to the wire LOG.
51 /** The wire log to use. */
52 private final Wire wire;
57 * @param wire The Wire log to use.
59 public LoggingSessionOutputBuffer(final SessionOutputBuffer out, final Wire wire) {
62 this.wire = wire;
67 if (this.wire.enabled()) {
68 this.wire.output(b, off, len);
74 if (this.wire.enabled()) {
75 this.wire.output(b);
81 if (this.wire.enabled()) {
82 this.wire.output(b);
92 if (this.wire.enabled()) {
94 this.wire.output(s + "[EOL]");
100 if (this.wire.enabled()) {
101 this.wire.output(s + "[EOL]");