|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.gcs.component.config.HttpSpecific
This represents http-specific
information in a URLSeed
.
It has methods for getting the HTTP method,
{link Authentication authentication} information,
message header
fields,
and content.
URLSeed
,
CrawlPattern
,
Config
Inner Class Summary | |
class |
HttpSpecific.MsgHeader
This inner class represents a HTTP message header that is sent to the HTTP server. |
Method Summary | |
java.lang.String |
getContent()
returns the http-specific content to send to the http server |
java.lang.String |
getHttpMethod()
returns the HTTP method used to connect |
HttpSpecific.MsgHeader[] |
getMsgHeaders()
returns an array of http message headers |
boolean |
hasContent()
checks if this seed has content to send the http server |
boolean |
hasMsgHeaders()
checks if this seed has http-specific message headers |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getHttpMethod()
public boolean hasMsgHeaders()
public HttpSpecific.MsgHeader[] getMsgHeaders()
public boolean hasContent()
public java.lang.String getContent()
|
EIP Web Crawler APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |