Uses of Class
wt.method.OutputStreamProxy

Packages that use OutputStreamProxy
wt.method Defines the standard Windchill MethodServer and MethodServerLauncher and related functionality. 
 

Uses of OutputStreamProxy in wt.method
 

Fields in wt.method declared as OutputStreamProxy
private  OutputStreamProxy WriterProxy.proxy
           
 

Methods in wt.method that return OutputStreamProxy
(package private) static OutputStreamProxy OutputStreamProxy.getThreadLocalProxy()
           
 

Methods in wt.method with parameters of type OutputStreamProxy
(package private) static void OutputStreamProxy.setThreadLocalProxy(OutputStreamProxy proxy)
           
 int OutputStreamProxy.Test.service(OutputStreamProxy proxy, int size, int send_limit)