HomeSort by relevance Sort by last modified time
    Searched full:_contenttype (Results 1 - 5 of 5) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/server/
Response.java 103 private String _contentType;
130 _contentType=null;
681 return _contentType;
764 _contentType=_cachedMimeType.toString();
766 _contentType=_mimeType;
768 _contentType=null;
770 if (_contentType==null)
773 _connection.getResponseFields().put(HttpHeaders.CONTENT_TYPE_BUFFER,_contentType);
780 if (_contentType!=null)
782 int i0=_contentType.indexOf(';')
    [all...]
ResourceCache.java 359 final Buffer _contentType;
372 _contentType=_mimeTypes.getMimeByExtension(_resource.toString());
448 return _contentType;
519 return String.format("%s %s %d %s %s",_resource,_resource.exists(),_resource.lastModified(),_contentType,_lastModifiedBytes);
  /external/jetty/src/java/org/eclipse/jetty/util/
MultiPartInputStream.java 66 protected String _contentType;
81 protected String _contentType;
95 _contentType = contentType;
181 return _contentType;
342 _contentType = contentType;
455 if (_contentType == null || !_contentType.startsWith("multipart/form-data"))
477 int bstart = _contentType.indexOf("boundary=");
480 int bend = _contentType.indexOf(";", bstart);
481 bend = (bend < 0? _contentType.length(): bend)
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/
httpheaders.py 760 class _ContentType(_SingleValueHeader):
789 _ContentType('Content-Type', 'entity', 'RFC 2616, 14.17')
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 

Completed in 400 milliseconds