org.mobicents.slee.sipevent.server.subscription.eventlist
Class MultiPart
java.lang.Object
org.mobicents.slee.sipevent.server.subscription.eventlist.MultiPart
public class MultiPart
- extends java.lang.Object
Simple multipart/related string constructor. Doesn't validate references among body part contents.
- Author:
- martins
|
Constructor Summary |
MultiPart(java.lang.String boundary,
java.lang.String type)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MULTIPART_CONTENT_TYPE
public static final java.lang.String MULTIPART_CONTENT_TYPE
- See Also:
- Constant Field Values
MULTIPART_CONTENT_SUBTYPE
public static final java.lang.String MULTIPART_CONTENT_SUBTYPE
- See Also:
- Constant Field Values
MultiPart
public MultiPart(java.lang.String boundary,
java.lang.String type)
getBodyParts
public java.util.List<BodyPart> getBodyParts()
getBoundary
public java.lang.String getBoundary()
getType
public java.lang.String getType()
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2011. All Rights Reserved.