Uses of Class
org.openqa.jetty.log.Frame

Packages that use Frame
org.openqa.jetty.log   
 

Uses of Frame in org.openqa.jetty.log
 

Methods in org.openqa.jetty.log that return Frame
 Frame Frame.getParent()
          Get a Frame representing the function one level up in this frame.
 

Methods in org.openqa.jetty.log with parameters of type Frame
 void LogSink.log(String tag, Object msg, Frame frame, long time)
          Log a message.
 void NullLogSink.log(String tag, Object msg, Frame frame, long time)
           
 void OutputStreamLogSink.log(String tag, Object o, Frame frame, long time)
          Log a message.
 void LogImpl.message(String tag, Object msg, Frame frame)
           
 void LogImpl.message(String tag, Object msg, Frame frame, long time)
          Log a message.
 



Copyright © 2011. All Rights Reserved.