org.apache.ws.commons.tcpmon.core.filter.http
Class Header

java.lang.Object
  extended by org.apache.ws.commons.tcpmon.core.filter.http.Header

public class Header
extends Object


Constructor Summary
Header(String name, String value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Header

public Header(String name,
              String value)
Method Detail

getName

public String getName()

getValue

public String getValue()


Copyright © The Apache Software Foundation. All Rights Reserved.