org.crsh.shell.impl.remoting
Class ServerMessage.End

java.lang.Object
  extended by org.crsh.shell.impl.remoting.ServerMessage
      extended by org.crsh.shell.impl.remoting.ServerMessage.End
All Implemented Interfaces:
Serializable
Enclosing class:
ServerMessage

public static class ServerMessage.End
extends ServerMessage

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.crsh.shell.impl.remoting.ServerMessage
ServerMessage.Chunk, ServerMessage.Completion, ServerMessage.End, ServerMessage.Flush, ServerMessage.GetSize, ServerMessage.Prompt, ServerMessage.ReadLine, ServerMessage.UseAlternateBuffer, ServerMessage.UseMainBuffer, ServerMessage.Welcome
 
Field Summary
 ShellResponse response
          .
 
Constructor Summary
ServerMessage.End(ShellResponse response)
           
 
Method Summary
private  void readObject(ObjectInputStream ois)
           
private  void writeObject(ObjectOutputStream oos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

response

public ShellResponse response
.

Constructor Detail

ServerMessage.End

public ServerMessage.End(ShellResponse response)
Method Detail

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException


Copyright © 2015 eXo Platform SAS. All Rights Reserved.