Package org.keycloak.http
Interface FormPartValue
- 
- All Known Implementing Classes:
- FormPartValueImpl
 
 public interface FormPartValue
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamasInputStream()StringasString()
 
- 
- 
- 
Method Detail- 
asStringString asString() 
 - 
asInputStreamInputStream asInputStream() 
 
- 
 
-