Class InterruptibleRMIClientSocket

java.lang.Object
java.net.Socket
ecmwf.common.rmi.interruptible.InterruptibleRMIClientSocket
All Implemented Interfaces:
Closeable, AutoCloseable

public final class InterruptibleRMIClientSocket extends Socket
The Class InterruptibleRMIClientSocket.
  • Field Details

    • SHUTDOWN_SOCKET

      protected static final byte SHUTDOWN_SOCKET
      The Constant SHUTDOWN_SOCKET.
      See Also:
    • currentDecoratee

      protected final Socket currentDecoratee
      The current decoratee.
  • Constructor Details

    • InterruptibleRMIClientSocket

      public InterruptibleRMIClientSocket(Socket decoratee)
      Instantiates a new interruptible RMI client socket.
      Parameters:
      decoratee - the decoratee
  • Method Details