Interface LocatorAccept
- 
- All Superinterfaces:
 Locator
- All Known Implementing Classes:
 LocatorAcceptBase,LocatorClassLoaderAccept,LocatorDirectoryAccept,LocatorFileAccept,LocatorStringMap,LocatorURLAccept
public interface LocatorAccept extends Locator
Extends the Locator with content negociation capabilities. Opening without accept is like opening with accept *\/*- Author:
 - Maxime Lefrançois
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypedInputStreamopen(LookUpRequest request) 
 - 
 
- 
- 
Method Detail
- 
open
TypedInputStream open(LookUpRequest request)
 
 - 
 
 -