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

Enclosing interface:
HTTPProtocol

public static interface HTTPProtocol.POSTCallBack


Method Summary
 long getContentLength()
           
 String getContentType()
           
 void writeBody(OutputStream out)
           
 

Method Detail

getContentType

String getContentType()

getContentLength

long getContentLength()

writeBody

void writeBody(OutputStream out)
               throws IOException
Throws:
IOException


Copyright © 1996-2009 Geotools. All Rights Reserved.