OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentImpl
(Results
1 - 3
of
3
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/message/
ContentImpl.java
8
public class
ContentImpl
implements Content {
25
public
ContentImpl
( String content, String boundary ) {
MultipartMimeContentImpl.java
50
return contentList.add((
ContentImpl
) content);
91
ContentImpl
content = new
ContentImpl
(body, delimiter);
128
ContentImpl
content = new
ContentImpl
(rest, boundary);
MessageFactoryImpl.java
[
all
...]
Completed in 492 milliseconds