Package | Description |
---|---|
org.jruby.ext.openssl.impl |
Modifier and Type | Method and Description |
---|---|
MimeParam |
Mime.findParam(MimeHeader header,
java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
java.util.List<MimeParam> |
MimeHeader.getParams()
Get the
Params value. |
Modifier and Type | Method and Description |
---|---|
void |
MimeHeader.setParams(java.util.List<MimeParam> newParams)
Set the
Params value. |
Constructor and Description |
---|
MimeHeader(java.lang.String name,
java.lang.String value,
java.util.List<MimeParam> params) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.