Groovy Documentation

org.jdesktop.swingx.mapviewer
[Java] Class LocalResponseCache.LocalCacheRequest

java.lang.Object
  java.net.CacheRequest
      org.jdesktop.swingx.mapviewer.LocalResponseCache.LocalCacheRequest

private class LocalResponseCache.LocalCacheRequest
extends CacheRequest

Field Summary
private FileOutputStream fos

private File localFile

 
Constructor Summary
private LocalResponseCache.LocalCacheRequest(File localFile)

 
Method Summary
void abort()

OutputStream getBody()

 
Methods inherited from class CacheRequest
abort, getBody, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

fos

private FileOutputStream fos


localFile

private final File localFile


 
Constructor Detail

LocalResponseCache.LocalCacheRequest

private LocalResponseCache.LocalCacheRequest(File localFile)


 
Method Detail

abort

public void abort()


getBody

public OutputStream getBody()


 

Groovy Documentation