org.geotools.data.wfs.protocol.http
Interface HTTPProtocol.POSTCallBack

Enclosing interface:
HTTPProtocol

public static interface HTTPProtocol.POSTCallBack


Method Summary
 long getContentLength()
           
 java.lang.String getContentType()
           
 void writeBody(java.io.OutputStream out)
           
 

Method Detail

getContentType

java.lang.String getContentType()

getContentLength

long getContentLength()

writeBody

void writeBody(java.io.OutputStream out)
               throws java.io.IOException
Throws:
java.io.IOException


Copyright © 1996-2010 Geotools. All Rights Reserved.