Class SocketConnectionWritable

java.lang.Object
org.omegazero.http.netutil.SocketConnectionWritable
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable, WritableSocket

public class SocketConnectionWritable extends Object implements WritableSocket
A WritableSocket that wraps a SocketConnection.
  • Constructor Details

    • SocketConnectionWritable

      public SocketConnectionWritable(org.omegazero.net.socket.SocketConnection connection)
      Parameters:
      connection - The connection to write to
  • Method Details