com.sun.grizzly.filter
Class RemoteCall

java.lang.Object
  extended by com.sun.grizzly.filter.RemoteCall

public class RemoteCall
extends java.lang.Object

Version:
1.0
Author:
John Vieten 03.07.2008

Method Summary
 java.io.InputStream getInputStream()
           
 java.io.OutputStream getOutputStream()
           
 boolean wasException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInputStream

public java.io.InputStream getInputStream()

getOutputStream

public java.io.OutputStream getOutputStream()

wasException

public boolean wasException()


Copyright © 2011 Oracle Corporation. All Rights Reserved.